Skip to main content

json_get

Function json_get 

Source
pub fn json_get(json: &str, field: &str) -> Option<String>
Expand description

Get a field from a JSON object as a string. Returns None if the field doesn’t exist or isn’t a string.