pub fn update_json_field_inplace( json_bytes: &mut Vec<u8>, path_expr: &str, new_value_bytes: &[u8], ) -> Result<()>
Mutate a JSON byte buffer in-place using jshift.