Open Lighting Architecture
Latest Git
|
Test a path matches the specified value.
Public Member Functions | |
JsonPatchTestOp (const JsonPointer &path, const JsonValue *value) | |
bool | Apply (JsonValue **value) const |
Apply the patch operation to the value. More... | |
|
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.