Skip to main content

extract_str

Function extract_str 

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

Extract a string value from a flat JSON object: {“key”:“value”,…}