Skip to main content

remove_from_config_array

Function remove_from_config_array 

Source
pub fn remove_from_config_array(
    config_json: &str,
    section: &str,
    field: &str,
    value: &str,
) -> Result<String>
Expand description

Alias for delete_from_config_array for compatibility