pub async fn get_json_string(
json_value: JsonValue,
client_id: i32,
) -> Result<Text, Error>
Expand description
Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously
ยงArguments
json_value
- The JsonValue objectclient_id
- The client id to send the request to