react-json-inspector
                                
                                 react-json-inspector copied to clipboard
                                
                                    react-json-inspector copied to clipboard
                            
                            
                            
                        React JSON inspector component
fix for https://github.com/Lapple/react-json-inspector/issues/42
Fixes #8
search speed decreases as log count increases. Is there a solution to this?
Is there a way to do custom rendering like creating a hyperlink or change of color or font of a value on the basis of key data, please let me...
behaviour can be seen in the live demo
Added option to inject filterer added option to inject highlighter condition This is needed for cases that we want advanced search algorithm on the json tree, for example find value...
Would be great if I could integrate with : https://github.com/alexkuz/react-json-tree Any pointers on how I can do it ?
I know JSON properties do not have an order. Anyways, when developing UIs it is important to be consistent. So, every time I render JSON data I would like the...
Root node is something artificial/virtual in JSON documents, it would be nice to be able to hide it.