react-json-view
react-json-view copied to clipboard
JSON viewer for react
I am allowing edit for specific attributes of my JSON object. If an attribute is not editable, the `onEdit` callback returns false. The following steps trigger this uncaught error: `TypeError:...
Hi, I'm using your wonderful component to let the user select a field from a json object. Today he can only selects a field with a value. 1) Can you...
This feature adds custom buttons to each row in the JSON viewer, depending on the value type of the row (e.g., string, number, object, etc.). The feature was previously suggested...