react-json-view
react-json-view copied to clipboard
JSON viewer for react
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?
 
Lets say we have this, would really recommend user to able to click and redirect for a better user experience `{ url: "http://google.com" }`
Need to add wrap.
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.  What is the difference and can one...