pub fn patch_json_document(
    doc: &Document,
    patches: Vec<PatchOperation>
) -> Document