Home | History | Annotate | only in /external/google-tv-pairing-protocol/java/src/com/google/polo/json
Up to higher level directory
NameDateSize
CDL.java08-Oct-20158.9K
Cookie.java08-Oct-20156.3K
CookieList.java08-Oct-20153.2K
HTTP.java08-Oct-20155.5K
HTTPTokener.java08-Oct-20152.4K
JSONArray.java08-Oct-201530.3K
JSONException.java08-Oct-2015626
JSONML.java08-Oct-201514.5K
JSONObject.java08-Oct-201551.9K
JSONString.java08-Oct-2015706
JSONStringer.java08-Oct-20153.1K
JSONTokener.java08-Oct-201511.7K
JSONWriter.java08-Oct-201510K
LICENSE08-Oct-20151.1K
README.google08-Oct-2015377
Test.java08-Oct-201528.5K
XML.java08-Oct-201513.8K
XMLTokener.java08-Oct-201510.1K

README.google

      1 URL: http://json.org/java/index.html
      2 Version: snapshot - 5/11/2009
      3 License: MIT license
      4 License File: LICENSE
      5 
      6 Description:
      7 JSON is a set of java files for use in transmitting data in JSON format.
      8 
      9 Local Modifications:
     10 The package name has been changed to "com.google.polo.json" (from "org.json")
     11 in all source files, so that it may coexist with older versions of the library.
     12