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