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.
2 parents 370eb83 + 42a448e commit 4524072Copy full SHA for 4524072
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