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

0.1.0

Latest
Compare
Choose a tag to compare
@Autokaka Autokaka released this 14 Dec 15:53
· 1 commit to dev since this release
003451c
  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.