Shridhad / jjsonviewer

Its a JSON Beautifier and Viewer jQuery plugin.
36 stars 12 forks source link

JsonViewer as a React component #17

Open missingfaktor opened 7 years ago

missingfaktor commented 7 years ago

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