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

JSON viewer for react

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

Migration from webpack 4 to 5th version. Webpack 4 doesn't work well with node v20. The dev mode fails with this error: The error doesn't appear after I update the...

The demo doesn't work. If we run the `npm run build:demo` command and if we open the resulting demo in the browser, we get a blank page with an error....

This package is deprecated and there's no plans to support it for React 18. https://github.com/gaearon/react-hot-loader/issues/1808#issuecomment-1279728183 What do you think if we remove it? The webpack `hot module replacement` works well...

### Fix CopyToClipboard Functionality #### Issue: The `CopyToClipboard` functionality does not work in Chrome Version 126.0.6478.127 (Official Build) (arm64), with no error messages provided. #### Root Cause: The `execCommand` function,...

This PR introduces new display options to enhance the visualization of nested data structures and provides additional icon style choices for a more customizable user experience. ### Changes - Added...

When `` has this` src` ```json [ { "a": "a" "moreNestedData": { "b": "abc", "c": "-10" } } ] ``` and when I add onEdit and try to edit... "a"...

In the pervious versions of this component the `src` property could be set to `undefined` which is handy in my case as I use this as a debug tool for...

Hi, there is functionality, when user editing some value in json, there are two checkmarks, one normal and one with some "expected" value, i would like to disable to have...

question

Hello! Thank you for forking and maintaining this library. Is it possible to add support for Maps and Sets?

Maps and Sets aren't currently supported, so this PR is trying to solve this (#70) I'm curious if you are ok going forward with this kind of implementation? If yes,...