public class JsonObject
extends io.apimatic.core.utilities.CoreJsonObject
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
fromJsonString(String jsonString)
Initializes JsonObject with provided JSON.
|
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 String toString()
toString in class io.apimatic.core.utilities.CoreJsonObjectCopyright © 2024. All rights reserved.