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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:ac1512fd0d1e | 2012-11-24 | PhoenixUnicamp | Basic implementation of JSON, version 0.5 |
0:7aaa16136d09 | 2012-11-24 | PhoenixUnicamp | 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 |