pub fn get_string(val: &Value, key: &str) -> Option<String>
Retrieve a key and convert it to a String. Returns None if the key doesn’t exist or is not a string.
None