react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

JSON viewer for react

Results 138 react-json-view issues
Sort by recently updated
recently updated
newest added

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,

enhancement

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...

enhancement

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...

feature request
PRs Welcome

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. ![image](https://user-images.githubusercontent.com/6137420/33999839-3836fb7e-e0b1-11e7-940c-c807e3c72de1.png) I'm not getting this functionality with the following usage: ![image](https://user-images.githubusercontent.com/6137420/33999893-60058d46-e0b1-11e7-801e-5ea9622cf56a.png)...

discussion

Please provide dataId to all key value that will help us to implement custom style and functionality i.e ` "key" : "value"`