All Versions
10
Latest Version
Avg Release Cycle
14 days
Latest Release
1595 days ago
Changelog History
Changelog History
-
v2.6.2 Changes
May 04, 2020๐ Maintenance release.
- ๐ fix
toPrettyString
methods formatting - ๐ improve README examples
- ๐ fix
-
v2.6.1 Changes
May 03, 2020๐ Maintenance release.
- ๐ fix
Json.Object.getJson()
signature.
- ๐ fix
-
v2.6 Changes
May 02, 2020- โ added
Json.toJson(java.lang.Object)
method, which converts Java standard containers to Json
- โ added
-
v2.5 Changes
April 22, 2020- โ added
Array.pushAll(collection)
andObject.setAll(collection)
, returning self
- โ added
-
v2.4 Changes
April 19, 2020Facility 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 Changes
March 15, 2020๐ Maintenance release. Fixes a parsing bug.
-
v2.2 Changes
February 18, 2020- โ added
Json.Array(Serializable...)
constructor - โ added
Json.escape(String)
commodity method
2.1
๐ Maintenance release.
- ๐ fix a bug in the parsing of negative longs.
- โ added
-
v2.1 Changes
January 03, 2020๐ Maintenance release. Fixes a bug in the parsing of negative longs.
-
v2.0 Changes
December 29, 2019Main changes:
- ๐ renamed container classes to Json.Array and Json.Object
- โ added specialized getters
-
v1.0 Changes
December 28, 2019๐ Initial release.