You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/README.md
+13-14
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,19 @@ A React component for displaying and editing javascript arrays and JSON objects.
19
19
20
20
## Features
21
21
22
-
📚 Use Typescript to write, better code hints.
23
-
🎨 Support theme customization & [`online editing`](https://uiwjs.github.io/react-json-view/#online-editing-theme) theme
24
-
🌒 Support dark/light mode
25
-
📦 Zero dependencies
26
-
📋 Copy to Clipboard
27
-
✏️ Support editing and adding features
28
-
♻️ Whether to highlight updates.
29
-
30
-
The new version [**v2**](https://uiwjs.github.io/react-json-view/) has redesigned the API to make the code more maintainable and introduced a simpler and more flexible component customization rendering API. Each component can now have custom rendering, and the new API resembles React more closely. Preview [v2 documentation](https://uiwjs.github.io/react-json-view/) and [examples](https://uiwjs.github.io/react-json-view/).
31
-
32
-
-[x] Complete all features of displaying JSON in v1.
33
-
-[ ] Add editing functionality to v2.
34
-
-[x] Add test cases to v2.
35
-
22
+
🚀 **Improved with TypeScript** – Better code hints for a smoother development experience.
🌒 **Dark/Light Mode** – Seamless switching between themes.
25
+
📦 **Zero Dependencies** – Lightweight and efficient.
26
+
📋 **Clipboard Support** – Easily copy JSON data.
27
+
✏️ **Editable & Extendable** – Supports editing and adding new properties.
28
+
♻️ **Update Highlighting** – Option to highlight changes.
29
+
30
+
The latest version [**v2**](https://uiwjs.github.io/react-json-view/) features a redesigned API for better maintainability, a more flexible component customization system, and fully customizable rendering, making it more aligned with React’s component model. 📖 Check out the [v2 documentation](https://uiwjs.github.io/react-json-view/) and [examples](https://uiwjs.github.io/react-json-view/).
31
+
32
+
-[x] Fully implemented all v1 JSON display features.
0 commit comments