Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 14, 2023
1 parent ac19f59 commit 0deb58c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ A React component for displaying and editing javascript arrays and JSON objects.
✏️ Support editing and adding features
♻️ Whether to highlight updates.

The new version **[v2](https://github.com/uiwjs/react-json-view/tree/v2)** 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.

- [x] Complete all features of displaying JSON in v1.
- [ ] Add editing functionality to v2.
- [ ] Add test cases to v2.

## Quick Start

```bash
Expand Down

0 comments on commit 0deb58c

Please sign in to comment.