/json

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

Primary LanguageJava

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>