get_json_value

Function get_json_value 

Source
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 string
  • client_id - The client id to send the request to