![]() |
Open Lighting Architecture 0.10.9
|
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. | |
|
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.