RemoveOperation

Undocumented in source.

Constructors

this
this(T path)
Undocumented in source.

Members

Functions

applyToPtr
bool applyToPtr(JsonItem* document)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

op
string op [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

emptyObject
auto emptyObject;
Undocumented in source.

Inherited Members

From DiffOperation

DataRange
alias DataRange = InputRange!(Tuple!(string, const JsonItem))
Undocumented in source.
lastError
string lastError;

Error message for last failed operation

path
JsonPointer path;

Path of element to affect

op
string op [@property getter]

Operation name

applyTo
bool applyTo(JsonItem document)

Apply this operation to document

applyToPtr
bool applyToPtr(JsonItem* document)

Apply this operation to document by pointer

toJson
JsonItem toJson()

Convert to Json element

toJsonString
string toJsonString()
Undocumented in source. Be warned that the author may not have intended to support it.
error
bool error(string errorMessage)

Return error and store error message

Meta