• Home
Name Date Size #Lines LOC

..--

CDL.javaD03-May-20248.9 KiB262129

Cookie.javaD03-May-20246.3 KiB17086

CookieList.javaD03-May-20243.2 KiB9134

HTTP.javaD03-May-20245.5 KiB16464

HTTPTokener.javaD03-May-20242.4 KiB7834

JSONArray.javaD03-May-202430.3 KiB960394

JSONException.javaD03-May-2024626 2814

JSONML.javaD03-May-202414.5 KiB455289

JSONObject.javaD03-May-202451.9 KiB1,569760

JSONString.javaD03-May-2024706 194

JSONStringer.javaD03-May-20243.1 KiB7910

JSONTokener.javaD03-May-202411.7 KiB422237

JSONWriter.javaD03-May-202410 KiB324132

LICENSED03-May-20241.1 KiB2418

README.googleD03-May-2024377 129

Test.javaD03-May-202428.5 KiB626527

XML.javaD03-May-202413.8 KiB437267

XMLTokener.javaD03-May-202410.1 KiB366240

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