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