Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 356 Bytes

File metadata and controls

13 lines (8 loc) · 356 Bytes

JsonObject

Class to wrap any JSON object.

Methods

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