RickMoynihan / json forked from Niv/json

Fork of json.org Java library that will play nice with the Java Collections Framework

This URL has Read+Write access

Niv Dayan (author)
Thu Jun 25 03:20:03 -0700 2009
commit  a505b035c46d245c9b84f2d0426140e579c045ff
tree    edf159226d3f0fcfb621011385e4db80232ac0f2
parent  3500c33a1fa479858d5796adf64738bc0b1936fb
json /
name age message
file .gitignore Loading commit data...
file README
file build.xml
directory src/
directory test/
README
NOTE: This is a work in progress.

This is a fork of the json.org java library that will make the following changes:

   JSONObject implements Map<String, Object>
   JSONArray implements List<Object>