Skip to main content

fn_insert

Function fn_insert 

Source
pub fn fn_insert(
    j: &Value,
    path: &Value,
    new_value: &Value,
    insert_after: bool,
    target: DataType,
) -> Result<Value>