Basic Implementation of JSON. Capable of create a JSON string and parse a JSON string. Uses the "lazy" JSON implementation. Incapable of modify and delete variables from the objects. Contains 2 objects: JSONArray and JSONObject. Inspired in Java-Android implementation of JSON. Version 0.5.
History
Basic implementation of JSON, version 0.5
2012-11-24, by PhoenixUnicamp [Sat, 24 Nov 2012 17:09:28 +0000] rev 1
Basic implementation of JSON, version 0.5
Basic JSON library, capable of parse a JSON string, and create a JSON string based on an own object. Still incapable of making changes to variables and incapable of delete variables. Based on the Java-Android implementation of JSON. Version 0.5
2012-11-24, by PhoenixUnicamp [Sat, 24 Nov 2012 17:02:34 +0000] rev 0
Basic JSON library, capable of parse a JSON string, and create a JSON string based on an own object. Still incapable of making changes to variables and incapable of delete variables. Based on the Java-Android implementation of JSON. Version 0.5