Open Lighting Architecture
Latest Git
|
Implementation of JSON Patch (RFC 6902).
Go to the source code of this file.
Classes | |
class | ola::web::JsonPatchOp |
A class to serialize a JSONValue to text. More... | |
class | ola::web::JsonPatchAddOp |
Add a JsonValue. More... | |
class | ola::web::JsonPatchRemoveOp |
Remove the value at the specified path. More... | |
class | ola::web::JsonPatchReplaceOp |
Replace the value at the specified path. More... | |
class | ola::web::JsonPatchMoveOp |
Move a value from one location to another. More... | |
class | ola::web::JsonPatchCopyOp |
Copy a value from one location to another. More... | |
class | ola::web::JsonPatchTestOp |
Test a path matches the specified value. More... | |
class | ola::web::JsonPatchSet |
An ordered collection of JsonPatchOps. More... | |
Namespaces | |
ola | |
The namespace containing all OLA symbols. | |
ola::web | |
Classes to deal with web services. | |