mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
[FIX] Update README
Fixed C&P typo
This commit is contained in:
parent
413bb53b48
commit
5ef4f58ef1
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -22,7 +22,7 @@ JSONObject.java: The JSONObject can parse text from a String or a JSONTokener
|
||||||
to produce a map-like object. The object provides methods for manipulating its
|
to produce a map-like object. The object provides methods for manipulating its
|
||||||
contents, and for producing a JSON compliant object serialization.
|
contents, and for producing a JSON compliant object serialization.
|
||||||
|
|
||||||
JSONArray.java: The JSONObject can parse text from a String or a JSONTokener
|
JSONArray.java: The JSONArray can parse text from a String or a JSONTokener
|
||||||
to produce a vector-like object. The object provides methods for manipulating
|
to produce a vector-like object. The object provides methods for manipulating
|
||||||
its contents, and for producing a JSON compliant array serialization.
|
its contents, and for producing a JSON compliant array serialization.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue