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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
`npm install react-json-schema`
4
4
5
-
This library builds React elements from JSON by mapping JSON definitions to React components that you expose. The interest behind making this library is to allow non-programmers to construct a view using JSON, which can be stored and retrieved in a database. Use it as you'd like.
5
+
This library constructs React elements from JSON by mapping JSON definitions to React components that you expose.
6
6
7
7
JSX is not a dependency for react-json-schema.
8
8
9
-
For a quick reference, you can jump to [full example](#putting-it-all-together).
9
+
For a quick reference, you can jump to the [full example](#putting-it-all-together).
10
10
11
11
For 0.3.0+, you must use React 0.14.0+. You may use 0.2.0 for older versions.
0 commit comments