Home | History | Annotate | only in /external/google-tv-pairing-protocol/java/src/com/google/polo/json
Up to higher level directory
NameDateSize
CDL.java05-Oct-20178.9K
Cookie.java05-Oct-20176.3K
CookieList.java05-Oct-20173.2K
HTTP.java05-Oct-20175.5K
HTTPTokener.java05-Oct-20172.4K
JSONArray.java05-Oct-201730.3K
JSONException.java05-Oct-2017626
JSONML.java05-Oct-201714.5K
JSONObject.java05-Oct-201751.9K
JSONString.java05-Oct-2017706
JSONStringer.java05-Oct-20173.1K
JSONTokener.java05-Oct-201711.7K
JSONWriter.java05-Oct-201710K
LICENSE05-Oct-20171.1K
README.google05-Oct-2017377
Test.java05-Oct-201728.5K
XML.java05-Oct-201713.8K
XMLTokener.java05-Oct-201710.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