public class JsonObject extends Object
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
fromJsonString(String jsonString)
Initializes JsonObject with provided JSON.
|
Object |
getStoredObject()
Getter for stored JSON object.
|
String |
toString()
Converts the JSON into string.
|
public static JsonObject fromJsonString(String jsonString) throws IOException
jsonString - The JSON string.IOException - signals that provided JSON string does not contain a valid JSON object.public Object getStoredObject()
Copyright © 2022. All rights reserved.