◆ JsonPatchAddOp()
Add the JsonValue to the specified path.
- Parameters
-
path | The path to add the value at. |
value | the value to add, ownership is transferred. |
◆ Apply()
bool ola::web::JsonPatchAddOp::Apply |
( |
JsonValue ** |
value | ) |
const |
|
virtual |
Apply the patch operation to the value.
- Parameters
-
value | A pointer to a JsonValue object. This may be modified, replaced or deleted entirely by the patch operation. |
- Returns
- True if the patch was successfully applied, false otherwise.
Implements ola::web::JsonPatchOp.
The documentation for this class was generated from the following files: