JsonObject

May 27, 2025 ยท View on GitHub

Class to wrap any JSON object.

Methods

NameDescriptionReturn Type
fromJsonString(String jsonString)Initializes JsonObject instance with string json.JsonObject
getStoredObject()Getter for stored object.Object
toString()String representation of stored JSON.String