Open Lighting Architecture
Latest Git
|
Move a value from one location to another.
Public Member Functions | |
JsonPatchMoveOp (const JsonPointer &from, const JsonPointer &to) | |
Move a value from one location to another. More... | |
bool | Apply (JsonValue **value) const |
Apply the patch operation to the value. More... | |
|
inline |
Move a value from one location to another.
from | The path to move from. |
to | The path to move to. |
|
virtual |
Apply the patch operation to the value.
value | A pointer to a JsonValue object. This may be modified, replaced or deleted entirely by the patch operation. |
Implements ola::web::JsonPatchOp.