Essential Json v2.4 Release Notes

Release Date: 2020-04-19 // about 4 years ago
  • 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