react-json-view
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "react-json-view", | ||
"description": "interactive json viewer wrapped up in a react component", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"main": "dist/main.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -6,3 +6,3 @@ # react-json-view | ||
* Check out an [interactive demo here](http://htmlpreview.github.io/?https://raw.githubusercontent.com/mac-s-g/react-json-view/master/example/example.html). | ||
* Check out an [interactive demo here](https://mac-s-g.github.io/react-json-view/example/example.html). | ||
* Check out a [React implementation example here](https://github.com/mac-s-g/react-json-view/blob/master/example/example.js). | ||
@@ -13,6 +13,6 @@ * Check out an [ES5 implementation example here](https://github.com/mac-s-g/react-json-view/blob/master/example/example.html). | ||
### Implementation Example: | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-8.png?raw=true "Usage Example") | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-9.png?raw=true "Usage Example") | ||
### Example Component Display: | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-7.png?raw=true "Output Example") | ||
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-8.png?raw=true "Output Example") | ||
@@ -38,3 +38,3 @@ ### Intallation Instructions | ||
`indentWidth`|`integer`|4|Set the indent-width for nested objects | ||
`enableClipboard`|`boolean`|`true`|When set to `true`, the user can copy objects and arrays to clipboard | ||
`enableClipboard`|`boolean`|`true`|When set to `true`, the user can copy objects and arrays to clipboard | ||
`displayObjectSize`|`boolean`|`true`|When set to `true`, objects and arrays are labeled with size | ||
@@ -45,3 +45,3 @@ `displayDataTypes`|`boolean`|`true`|When set to `true`, data type labels prefix values | ||
* Object and array nodes can be collapsed and expanded | ||
* Object and array nodes display meta-data | ||
* Object and array nodes display meta-data | ||
* Object and array nodes support a "Copy to Clipboard" feature | ||
@@ -48,0 +48,0 @@ * Different classes are applied to different types for style interaction |
Sorry, the diff of this file is too big to display
2299670
9850