Niv / json forked from wadey/json

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

This URL has Read+Write access

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>