![]() |
Open Lighting Architecture 0.10.9
|
A class to serialize a JSONValue to text.
Public Member Functions | |
virtual bool | Apply (JsonValue **value) const =0 |
Apply the patch operation to the value. | |
|
pure 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. |
Implemented in ola::web::JsonPatchAddOp, ola::web::JsonPatchCopyOp, ola::web::JsonPatchMoveOp, ola::web::JsonPatchRemoveOp, ola::web::JsonPatchReplaceOp, and ola::web::JsonPatchTestOp.