Releases: mitchhentges/json-compose
Releases · mitchhentges/json-compose
v1.0.3
v1.0.2
Documentation release
- Add documentation to each public function
v1.0.1
Bugfix/Performance release
- Improve performance by reusing same StringBuilder
- Properly handles Long/Short/Byte/Float
v1.0.0
Initial release
- Compose json list/map into string
- Throw exception if unsupported object is provided. Supported classes are: Boolean, Integer, Double, String, Map, Collection