Name | Date | Size | |
---|---|---|---|
.. | 07-Jan-2016 | 4 KiB | |
CDL.java | 07-Jan-2016 | 8.9 KiB | |
Cookie.java | 07-Jan-2016 | 6.3 KiB | |
CookieList.java | 07-Jan-2016 | 3.2 KiB | |
HTTP.java | 07-Jan-2016 | 5.5 KiB | |
HTTPTokener.java | 07-Jan-2016 | 2.4 KiB | |
JSONArray.java | 07-Jan-2016 | 30.3 KiB | |
JSONException.java | 07-Jan-2016 | 626 | |
JSONML.java | 07-Jan-2016 | 14.5 KiB | |
JSONObject.java | 07-Jan-2016 | 51.9 KiB | |
JSONString.java | 07-Jan-2016 | 706 | |
JSONStringer.java | 07-Jan-2016 | 3.1 KiB | |
JSONTokener.java | 07-Jan-2016 | 11.7 KiB | |
JSONWriter.java | 07-Jan-2016 | 10 KiB | |
LICENSE | 07-Jan-2016 | 1.1 KiB | |
README.google | 07-Jan-2016 | 377 | |
Test.java | 07-Jan-2016 | 28.5 KiB | |
XML.java | 07-Jan-2016 | 13.8 KiB | |
XMLTokener.java | 07-Jan-2016 | 10.1 KiB |
README.google
1URL: http://json.org/java/index.html 2Version: snapshot - 5/11/2009 3License: MIT license 4License File: LICENSE 5 6Description: 7JSON is a set of java files for use in transmitting data in JSON format. 8 9Local Modifications: 10The package name has been changed to "com.google.polo.json" (from "org.json") 11in all source files, so that it may coexist with older versions of the library. 12