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

Is there ability to add id to the rendered element? `` Will render: ``

I tried to install the library in one of my applications, which runs on react 18. But i got the following error - Does it not support React 18?

![image](https://user-images.githubusercontent.com/56101384/211249869-f411ed1a-3e98-4a67-be92-5aba1009cf67.png) ![image](https://user-images.githubusercontent.com/56101384/211249824-ed890801-82aa-4947-8a15-55eb04afedc5.png)

Lets say we have this, would really recommend user to able to click and redirect for a better user experience `{ url: "http://google.com" }`

Is it possible to have an uncluttered version of displaying the data, particularly, remove collapse button. That would make the view more concise and cleaner in some cases.

When a value is `null`, the `JsonViewer` renders it as NULL instead of null. It's pedantic, but NULL isn't valid and inconsistent with the actual value, so I think it...

When opening the edit box, on the right side of the box are two sets of "confirm" icons, one below the other. ![image](https://github.com/mac-s-g/react-json-view/assets/902354/608dba55-7472-4f8c-9f0d-a2036f5f5e1e) What is the difference and can one...