react-json-view
react-json-view copied to clipboard
JSON viewer for react
Currently there is only one sortKeys property to control automatic sorting, but I hope it can be specified manually
有搜索高亮功能吗?
 能否在class="object-key"这个div上加一个onClick事件
Hello! I'm unclear if this relates to #124, I had trouble understanding the ask there so I apologize if this is a duplicate! When editing a field with a primitive...
Currently this package provides a type definition file index.d.ts. However, the type definition is not declared in package.json file.
I want to relace copy icon。Would do you support custom copy icon and other icons? Thanks.
I have a very large json objects. The previous data (small index)can be collapsed,but the data that follows(big index) cannot be collapsed。 ``` ``` ``` export const jsonShouldCollpase = (field:...
Please add an option to set indentation color in the component. That was the feature that I missed.
Is there an example on how to implement callbacks when copying to clipboard. eg: copy a value and then capitalize it? Thanks,