Skip to main content

update_json_field_inplace

Function update_json_field_inplace 

Source
pub fn update_json_field_inplace(
    json_bytes: &mut Vec<u8>,
    path_expr: &str,
    new_value_bytes: &[u8],
) -> Result<()>
Expand description

Mutate a JSON byte buffer in-place using jshift.