insert_value_into_map

Function insert_value_into_map 

Source
fn insert_value_into_map<'a>(
    tx: &mut Transaction<'a>,
    parent: &ObjId,
    key: &str,
    value: &Value,
) -> Result<(), AutomergeError>
Expand description

Insert a JSON value into a map property