Function get_as_json_string

Source
pub fn get_as_json_string(val: &Value, key: &str) -> Option<String>
Expand description

Retrieve a key and convert it to a JSON string. Returns None if the key doesn’t exist.