Class 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.
Namespace: OpenCloud\Image\Resource\JsonPatch
Package: OpenCloud\Images\Resource\JsonPatch
See: http://tools.ietf.org/html/rfc6902
Located at OpenCloud/Image/Resource/JsonPatch/Document.php
Package: OpenCloud\Images\Resource\JsonPatch
See: http://tools.ietf.org/html/rfc6902
Located at OpenCloud/Image/Resource/JsonPatch/Document.php
public
array
|
|
public
|
#
addOperation(
Add a new JSON operation to the document |
public
string
|
|
protected
|
|
public
string
|
protected
array
|
$operations |
|
#
JSON Patch operations |