react-json-view
react-json-view copied to clipboard
Feature Request: add lazyload function prop to handle all value
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, then recieve the return value as the new callapsed value, if it is an object or array, only expand one layer. In addition, lazyload function can handle the types that are not in the definition(Map, Set, Function) by myself