pub fn apply_patch_sequence( doc: &mut JsonValue, patches: &[JsonPatch], ) -> Result<(), String>
Apply a sequence of patch operations to a document.