jjsonviewer
jjsonviewer copied to clipboard
JsonViewer as a React component
It would be awesome if we could include JsonViewer in our React applications just by doing something like below:
<JJsonViewer path="../resources/boo.json"/>
// and
<JJsonViewer jsonString="{\"data\": 1}"/>