We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e13fd commit 42a448eCopy full SHA for 42a448e
README.md
@@ -11,7 +11,13 @@ This component provides a responsive interface for displaying arrays or JSON in
11
* [Installation instructions](#intallation-instructions) are listed below.
12
13
### Implementation Example:
14
-
+```
15
+// import the react-json-view component
16
+import ReactJson from 'react-json-view'
17
+
18
+// use the component in your app!
19
+<ReactJson src={my_json_object} />
20
21
22
### Example Component Display:
23

0 commit comments