1
0
Fork 0
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:
joumar 2016-12-05 11:55:24 -03:00 committed by GitHub
parent 413bb53b48
commit 5ef4f58ef1

2
README
View file

@ -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.