You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ const json = {
17
17
bool:true,
18
18
object: {
19
19
foo:'bar'
20
-
}
20
+
}
21
21
immutable:Map({ key:'value' })
22
22
}
23
23
@@ -130,6 +130,10 @@ You can pass the following properties to customize rendered labels and values:
130
130
131
131
In this example the label and value will be rendered with `<strong>` and `<em>` wrappers respectively.
132
132
133
+
#### More Options
134
+
135
+
- Add `expandAll` property to expand all nodes.
136
+
133
137
### Credits
134
138
135
139
- All credits to [Dave Vedder](http://www.eskimospy.com/) ([veddermatic@gmail.com](mailto:veddermatic@gmail.com)), who wrote the original code as [JSONViewer](https://bitbucket.org/davevedder/react-json-viewer/).
0 commit comments