Open Lighting Architecture
Latest Git
|
Remove the value at the specified path.
Public Member Functions | |
JsonPatchRemoveOp (const JsonPointer &path) | |
Add the JsonValue to the specified path. More... | |
bool | Apply (JsonValue **value) const |
Apply the patch operation to the value. More... | |
|
inlineexplicit |
Add the JsonValue to the specified path.
path | The path to remove. |
|
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.