Skip to main content

json_str

Function json_str 

Source
pub fn json_str<'a>(raw: &'a Value, field: &str) -> &'a str
Expand description

Extract a string field from JSON, returning “” if missing.