Re-exports§
pub use super::add_operation;
pub use super::copy_operation;
pub use super::escape;
pub use super::matches;
pub use super::move_operation;
pub use super::patch_ext;
pub use super::remove_operation;
pub use super::replace_operation;
pub use super::test_operation;
pub use super::PatchError;
Macros§
Structs§
- AddOperation
- JSON Patch ‘add’ operation representation
- Copy
Operation - JSON Patch ‘copy’ operation representation
- Move
Operation - JSON Patch ‘move’ operation representation
- Patch
- Representation of JSON Patch (list of patch operations)
- Pointer
- A JSON Pointer is a string containing a sequence of zero or more reference
Token
s, each prefixed by a'/'
character. - Pointer
Buf - An owned, mutable
Pointer
(akin toString
). - Remove
Operation - JSON Patch ‘remove’ operation representation
- Replace
Operation - JSON Patch ‘replace’ operation representation
- Test
Operation - JSON Patch ‘test’ operation representation
- Token
- A
Token
is a segment of a JSONPointer
, preceded by'/'
(%x2F
).
Enums§
- Patch
Operation - JSON Patch single patch operation