Releases: arkanovicz/essential-json
Releases · arkanovicz/essential-json
v2.6.3
v2.6.2
Maintenance release.
- fix
toPrettyString
methods formatting - improve README examples
v2.6.1
Maintenance release.
Fixes Json.Object.getJson() signature.
v2.6
- added Json.toJson(java.lang.Object) method, which converts Java standard containers to Json
v2.5
- added Array.pushAll(collection) and Object.setAll(collection), return self
v2.4
Facility methods for Json containers manipulation (chained API and constructors shortcuts) :
- added Cloneable support (deep cloning)
- added facility methods Json.newArray(Serializable...) and Json.newObject(Serializable...)
- added getJson(...) getters returning Json containers
- added Array.push(value), Array.put(index, value) and Object.set(key, value), returning self
- removed an extra \n in empty arrays pretty output
v2.3
Maintenance release. Fixes a parsing bug.
v2.2
Additions:
- Json.Array(Serializable...) constructor
- Json.escape(String) commodity method
v2.1
Maintenance release. Fixes a bug in the parsing of negative longs.
v2.0
Main changes:
- renamed container classes to Json.Array and Json.Object
- added specialized getters