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

JSON field and input for react-admin.

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

[mac-s-g/react-json-view](https://github.com/mac-s-g/react-json-view) is no longer being maintained. The original maintainer has been recommending to switch to this fork : [microlinkhq/react-json-view](https://github.com/microlinkhq/react-json-view)

I have a nested object in my record, like this: ``` { id: "abcdef", info: { tree: { x: 1, y: 2 } } } ``` Now if I use...

Solved this: https://github.com/MrHertal/react-admin-json-view/issues/19 Also upgrades `react-admin` to latest minor version upgrade

Hi @MrHertal! Firstly, I would like to send you a big thank you for this project! I have a question related to this code. Can I use this project as...

Original react-json-view is no longer maintained and this was the suggested fork.