Class to wrap any JSON object.
| Name | Description | Return Type |
|---|---|---|
fromJsonString(String jsonString) |
Initializes JsonObject instance with string json. | JsonObject |
getStoredObject() |
Getter for stored object. | Object |
toString() |
String representation of stored JSON. | String |