react-json-view
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"main": "dist/main.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -12,3 +12,3 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
* Check out a [React implementation example here](https://github.com/mac-s-g/react-json-view/blob/master/example/example.js). | ||
* Check out an [ES5 implementation example here](https://github.com/mac-s-g/react-json-view/blob/master/example/example.html). | ||
* Check out an [ES5 implementation example here](https://github.com/mac-s-g/react-json-https://github.com/alexkuz/react-json-treeview/blob/master/example/example.html). | ||
* [Installation instructions](#installation-instructions) are listed below. | ||
@@ -136,4 +136,9 @@ | ||
### Inspiration | ||
I drew a ton of design ideas from [react-json-tree](https://github.com/alexkuz/react-json-tree). Thanks to the RJT contributors for putting together an awesome component! | ||
I'm also inspired by my users who come up with interesting feature requests. Reach out to me with ideas for this project or other projects you want to collaborate on. My email address is listed on my [github user page](https://github.com/mac-s-g). | ||
### To-Do's | ||
1. Support "delete" capability when `onEdit` is enabled | ||
2. Support "add" capability when `onEdit` is enabled |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
372474
143