Open Lighting Architecture  Latest Git
web Directory Reference
Directory dependency graph for web:
include/ola/web

Files

file  Json.h [code]
 Basic data types used to represent elements in a JSON document.
 
file  JsonData.h [code]
 The top level container for JSON data.
 
file  JsonLexer.h [code]
 The class used to parse JSON data.
 
file  JsonParser.h [code]
 A JsonParserInterface implementation that builds a parse tree.
 
file  JsonPatch.h [code]
 Implementation of JSON Patch (RFC 6902).
 
file  JsonPatchParser.h [code]
 Create a JsonPatchSet from a string.
 
file  JsonPointer.h [code]
 An implementation of Json Pointers (RFC 6901).
 
file  JsonSchema.h [code]
 A Json Schema, see www.json-schema.org.
 
file  JsonTypes.h [code]
 Enums used to identfy JSON types.
 
file  JsonWriter.h [code]
 Serialize JSON data.