Open Lighting Architecture  Latest Git
Classes | Namespaces
JsonPatch.h File Reference

Detailed Description

Implementation of JSON Patch (RFC 6902).

Include dependency graph for JsonPatch.h:
This graph shows which files directly or indirectly include this file:

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.