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

Detailed Description

The class used to parse JSON data.

The implementation does it's best to conform to http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf

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

Go to the source code of this file.

Classes

class  ola::web::JsonLexer
 Parse a string containing Json data. More...
class  ola::web::JsonParserInterface
 The interface used to handle tokens during JSON parsing. More...

Namespaces

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