We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ac647a + 6ecbeaa commit 6b6e8e8Copy full SHA for 6b6e8e8
1 file changed
README.md
@@ -32,7 +32,9 @@ to produce a vector-like object. The object provides methods for manipulating
32
its contents, and for producing a JSON compliant array serialization.
33
34
**JSONTokener.java**: The `JSONTokener` breaks a text into a sequence of individual
35
-tokens. It can be constructed from a `String`, `Reader`, or `InputStream`.
+tokens. It can be constructed from a `String`, `Reader`, or `InputStream`. It also can
36
+parse text from a `String`, `Number`, `Boolean` or `null` like `"hello"`, `42`, `true`,
37
+`null` to produce a simple json object.
38
39
**JSONException.java**: The `JSONException` is the standard exception type thrown
40
by this package.
0 commit comments