Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 9bf35d6

Browse files
committed
Readme
1 parent 3682abf commit 9bf35d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const json = {
1717
bool: true,
1818
object: {
1919
foo: 'bar'
20-
}
20+
}
2121
immutable: Map({ key: 'value' })
2222
}
2323

@@ -130,6 +130,10 @@ You can pass the following properties to customize rendered labels and values:
130130
131131
In this example the label and value will be rendered with `<strong>` and `<em>` wrappers respectively.
132132
133+
#### More Options
134+
135+
- Add `expandAll` property to expand all nodes.
136+
133137
### Credits
134138
135139
- 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

Comments
 (0)