Open Lighting Architecture  0.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
JsonPatch.h File Reference

Detailed Description

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 specifed path. More...
class  ola::web::JsonPatchReplaceOp
 Replace the value at the specifed 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

namespace  ola
 The namespace containing all OLA symbols.
namespace  ola::web
 Classes to deal with web services.