Skip to main content

update_json_vec_str

Function update_json_vec_str 

Source
pub fn update_json_vec_str(maybe_obj: &Value, key: &str, curr: &mut Vec<String>)
Expand description

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