xitiomet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

xitiomet / org.json

A fork of org.json, includes makefile for building with gcj Currently the version at json.org compiles under gcj with 88 warnings. This fork is meant to be re-factored for optimal gcj performance. Also I will be adding a few new features. This fork will be compatible with all the documentation at http://www.json.org/java/index.html

Clone this repository (size: 54.1 KB): HTTPS / SSH
hg clone https://bitbucket.org/xitiomet/orgjson
hg clone ssh://hg@bitbucket.org/xitiomet/orgjson

Commit 720589c5f9c9 Raw commit »

commit
720589c5f9c9
branch
default

Initial Commit

Comments

    Log in to comment »

    File Lines added Lines removed
    .hgignore 10
    Makefile 35
    src/org/json/CDL.java 279
    src/org/json/Cookie.java 169
    src/org/json/CookieList.java 90
    src/org/json/HTTP.java 163
    src/org/json/HTTPTokener.java 77
    src/org/json/JSONArray.java 960
    src/org/json/JSONException.java 27
    src/org/json/JSONML.java 455
    src/org/json/JSONObject.java 1569
    src/org/json/JSONString.java 18
    src/org/json/JSONStringer.java 78
    src/org/json/JSONTokener.java 425
    src/org/json/JSONWriter.java 323
    src/org/json/Test.java 629
    src/org/json/XML.java 437
    src/org/json/XMLTokener.java 365