gson 0.1.3 gson: ^0.1.3 copied to clipboard
Parses and encodes the json generated by GSON (Can parse minecraft's json)
Changelog #
0.1.3 #
- Added web compatibility
- Added generator settings
- Improved json compatibility
- Added option to simplify parser results
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