Skip to main content

update_json_string

Function update_json_string 

Source
pub fn update_json_string(maybe_obj: &Value, key: &str, curr: &mut String)
Expand description

Try to update a named string from a serde Value presumed to be an object. If there is any error do not change the value.