Function get_string

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

Retrieve a key and convert it to a String. Returns None if the key doesn’t exist or is not a string.