jjsonviewer icon indicating copy to clipboard operation
jjsonviewer copied to clipboard

JsonViewer as a React component

Open missingfaktor opened this issue 7 years ago • 0 comments

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}"/>

missingfaktor avatar Mar 13 '17 12:03 missingfaktor