Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Releases: Autokaka/json_object

0.1.0

14 Dec 15:53
003451c
Compare
Choose a tag to compare
  1. Removed .length, .add, .addAll methods and replace them with apply() method.
  2. Fixed parse error when trying to parse Map like this: {"time": "123456789"}. This Map would be parsed into {"time": 123456789} in JsonObject before, which is not right because it changes the original type of the value.

0.0.3

09 Dec 17:47
fb253a4
Compare
Choose a tag to compare

Fixed some fatal bugs.

0.0.2

09 Dec 05:08
19170fa
Compare
Choose a tag to compare
  1. added common used methods for Map and List in JsonObject

0.0.1

07 Dec 13:21
Compare
Choose a tag to compare
  1. Implemented JsonObject
  2. Implemented get and set methods for JsonObject
  3. Enable to set/get values from JsonObject

For more JsonObject usages, please refer to ./exmple project