Open Lighting Architecture
Latest Git
|
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. More... | |
|
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::JsonPatchTestOp, ola::web::JsonPatchCopyOp, ola::web::JsonPatchMoveOp, ola::web::JsonPatchReplaceOp, ola::web::JsonPatchRemoveOp, and ola::web::JsonPatchAddOp.