1.4.0 (2025-01-27)
Features Added
- Added convenience APIs to
JsonArray
for adding aboolean
,Number
, orString
without needing to instantiate the
correspondingJsonElement
subtype. - Added convenience APIs to
JsonObject
for settingboolean
,Number
, andString
without needing to instantiate the
correspondingJsonElement
subtype. - Added
JsonObject.hasProperty
to check if a property exists in the object. - Added convenience fluent methods to
JsonElement
to cast to a specific subtype if the element is of that type.