Namespace OpenCloud\Image\Resource\JsonPatch
Document | Class which represents a JSON Patch document, which represents an array of objects. Each object represents a single operation to be applied to the target JSON document. See RFC 6902 for details. |
Encoder | Class that encodes a JSON document object into a flat string format |
Operation | Class that represents a JSON Patch operation. It utilizes the JSON pointer syntax, in line with RFC 6902. |