Skip to main content

insert_json

Function insert_json 

Source
pub fn insert_json<S, E>(
    map: &mut Map<String, Value>,
    key: &str,
    value: S,
) -> Result<(), E>
where S: Serialize, E: SerError,