react-json-view
Advanced tools
Comparing version 1.9.3 to 1.9.4
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"main": "dist/main.js", | ||
@@ -64,3 +64,4 @@ "files": [ | ||
"keywords": [ | ||
"array-viewer", | ||
"array-viewer", | ||
"base-16", | ||
"component", | ||
@@ -75,13 +76,11 @@ "interactive", | ||
"json-viewer", | ||
"pretty", | ||
"pretty-print", | ||
"print", | ||
"print-json", | ||
"json-inspector", | ||
"json-tree", | ||
"react", | ||
"react-component", | ||
"react-json", | ||
"responsive", | ||
"responsive-json", | ||
"view", | ||
"viewer" | ||
"theme", | ||
"tree", | ||
"tree-view", | ||
"treeview" | ||
], | ||
@@ -88,0 +87,0 @@ |
@@ -25,3 +25,3 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
### Example Component Display: | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-11.png?raw=true "Output Example") | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-12.png?raw=true "Output Example") | ||
@@ -28,0 +28,0 @@ [See More Examples](https://mac-s-g.github.io/react-json-view/example/example.html) |
372454