| AddOperation |
JSON Patch add operation
|
| CopyOperation |
JSON Patch copy operation
|
| DualPathOperation |
Base class for JSON Patch operations taking two JSON Pointers as arguments
|
| MoveOperation |
JSON Patch move operation
|
| OmitOperation |
Extended JSON Patch omit operation.
|
| OmitOperationBase |
OmitOperationBase implements the basic concept of omitting the specified value at the
requested path.
|
| OmitOptionalOperation |
Extended JSON Patch omit? operation.
|
| PathValueOperation |
Base class for patch operations taking a value in addition to a path
|
| RemoveOperation |
JSON Path remove operation
|
| ReplaceOperation |
JSON Patch replace operation
|
| TestOperation |
JSON Patch test operation
|