This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
Releases: afollestad/ason
Releases · afollestad/ason
1.1.0
Fixed the artifact ID on Bintray, the dependencies will now resolve correctly using ":ason" instead of ":json".
1.0.0
- Json -> Ason, JsonArray -> AsonArray
- You no longer use
JsonSerializer
for serialization/deserialization, it's done directly throughAson
/AsonArray
. Checkout the updated README! - Other tweaks and fixes. Definitely read over the README.
0.1.1
Added support for default return values. Check out the updated README!