gson 0.1.2 gson: ^0.1.2 copied to clipboard
Parses and encodes the json generated by GSON (Can parse minecraft's json)
Changelog #
0.1.2 #
- Added beauty gson generation (customizable)
- Improved examples
- Fixes in Readme and codestyle
0.1.1 #
- Fixes in Readme and codestyle (no new features)
0.1.0 #
- Some Fixes in the decodeString and in the decodeNumber function that caused crashes
- stopped the decoder from decoding numbers as strings
- added documentation
- improved code-style
0.0.1 #
- Added encoder, Decoder