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 guys, with the new react v18 the dependencies cause an error when npm -i is executed. Can you please provide the fix to the dependencies error on installation? Thank...

The onSelect callback is really useful, but it only triggers when the user clicks on a **value**. From what I can see there is currently no way to detect a...

`flux` version `4.0.2` contains a nested transitive dependency on version `2.6.1` of `node-fetch` ``` flux/4.0.2 fbjs/3.0.0 cross-fetch/3.1.4 node-fetch/2.6.1 ``` A simple version bump to the latest `flux` `4.0.3` should resolve...

I want to insert in an array at particular index. It always insert at the last. Or am i doing something wrong.

When the value: value has an escape character, there is a copy button on the component you write. Click Copy and paste the value, and the escape character inside will...

## Motivation When editing (focusing) an attribute value, VariableEditor causes react_devtools_backend to throw a runtime error due to usage of unrecognized attribute `inputRef` (instead of `ref`) in AutosizeTextarea component. ```...

One nice feature we were looking for was to show the first few bytes of the json in a single line instead of just showing fully collapsed mode. i.e ```...

Select Icon Added for Selecting Variables, Arrays, Objects. The icon will show normally besides the add or delete icon. Kindly review this and let me know if i need to...

Despite the documentation, returning false _does_ alter the internal state of the module and changes updated_src. I've set up a simple demo here: https://codesandbox.io/s/naughty-ganguly-l2zr38?file=/src/App.js This causes, at least: when being...