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

Hello, I am trying to find a way to have a callback every time the user tries to expand / collapse the view. The problem I am trying to fix...

Hi, I follow the [demo.js](https://github.com/mac-s-g/react-json-view/blob/master/demo/src/js/components/Demo.js) to implement the onAdd, onEdit and onDelete functions. When I add the key of JSON, the dialog only displays few seconds. Version: 1.16.1 React: 16.2.0

feature request

Currently our solution is to save some fields in state and remove them from the initially-loaded JSON (adding back in later). Ideally we can just set a CSS class on...

Rendering is slow and broswer hangs while rendering JSON. Also the JSON structure is no fully rendered.

Is it possible to support "no-theme" option so that the components use the default page theme rather than overriding it?

This could work similar to viewing JSON in a chrome console, where you can right click on a property and copy the path. I see this as a useful feature...

circular reference is common, but this component can't handle it One way to handle it is lazyload, when expand the callapsed value, the value will pass into the lazyload function,...

Are there any plans for internationalization? I am willing to contribute translating to spanish.

Great work on the package !! I was having a use case, whereby it would be good if we could search the keys in the object and open the corresponding...