react-json-view
react-json-view copied to clipboard
JSON viewer for react
feat: add displayArrayKey type definition
#273 I'm trying to avoid export default to simplify debugging [Avoid Export Default - TypeScript Deep Dive](https://basarat.gitbook.io/typescript/main-1/defaultisbad) It would be nice to get a review about the styles and any...
If a user manually highlights and copies the JSON, it will be invalid because there are no commas after values. I propose adding a prop `showCommas`, which, if true, will...
When I try to use react-json-view to render expandable row in a functional component in a table I get this error when I use onEdit method React does not recognize...
I'd like to collapse an element that I recently added to the tree, for now, I added the elements work fine but the collapse state doesn't change
Added a new `onToggleCollapse` callback. The `onToggleCollapse` callback receives an object as the argument, the object includes expanded, name, namespace.
How can I highlight json like `123` Or `"random string"` because these are valid JSONs. Thank you!
This is a very imprecise issue. The component takes lots of time/resources to render huge JSONs and can bring the page to a crawl (with reason). I was starting to...
Hi! We are using your package in our projects and we found out that we need a feature which is not available out of the box. We need to allow...
Hi, Is there any virtualization option? Or can we use react-json-view with , for instance, react-virtualized? Couldn't find any sample.