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 15, 2023
1 parent 5ff39ad commit 064f1ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ react-json-view
[![react@^18](https://shields.io/badge/react-^18-green?style=flat&logo=react)](https://github.com/facebook/react/releases)
[![Coverage Status](https://uiwjs.github.io/react-json-view/badges.svg)](https://uiwjs.github.io/react-json-view/lcov-report/)

A React component for displaying and editing javascript arrays and JSON objects.
A React component for displaying and editing javascript arrays and JSON objects. Preview of v1 documentation is available [here](https://raw.githack.com/uiwjs/react-json-view/v1-docs/index.html).

<!--rehype:ignore:start-->
<a href="https://uiwjs.github.io/react-json-view/" target="_blank">
Expand All @@ -28,10 +28,6 @@ A React component for displaying and editing javascript arrays and JSON objects.

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 064f1ac

Please sign in to comment.