Skip to content

Commit

Permalink
Merge pull request #502 from Alanscut/issue-500
Browse files Browse the repository at this point in the history
update JSONTokener's brief: parse simple json text
  • Loading branch information
stleary committed Dec 27, 2019
2 parents 3ac647a + 6ecbeaa commit 6b6e8e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,9 @@ to produce a vector-like object. The object provides methods for manipulating
its contents, and for producing a JSON compliant array serialization.

**JSONTokener.java**: The `JSONTokener` breaks a text into a sequence of individual
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
parse text from a `String`, `Number`, `Boolean` or `null` like `"hello"`, `42`, `true`,
`null` to produce a simple json object.

**JSONException.java**: The `JSONException` is the standard exception type thrown
by this package.
Expand Down

0 comments on commit 6b6e8e8

Please sign in to comment.