react-json-view
react-json-view copied to clipboard
JSON viewer for react
Hi, I like your component, and it is good for a small JSON file, but when the JSON file big, so difficult to find something. So, I am wondering how...
"Update this value" is pretty good, but doesn't always fit the bill!
When editing the value. Field is textbox. But I need to load the list of data's to the picker,
It would be great if there was a way to style the json structure elements e.g braces, array square brackets, the : between keys and values etc separately. Currently they...
This PR adds a support for color fields here is an example https://react-theming.github.io/storybook-addon
How do I get a particular value say a string from the JSON tree and underline that particular value. I used a ref to access the JSON viewer and tried...
Is it possible to light with color via css other nodes base on mouse over on some other child?
In the Features portion of the documentation it says when 'onEdit' is enabled there should be Double-Click Edit Mode.  I'm not getting this functionality with the following usage: ...
Please provide dataId to all key value that will help us to implement custom style and functionality i.e ` "key" : "value"`