autojson  0.1
A JSON parser base on the automaton provided by json.org
 All Classes Files Functions Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
ajs::JsonParser Class Reference

#include <JsonParser.hh>

Public Member Functions

template<typename R , typename DestType >
 JsonParser (const R &reactor, DestType &t)
 
void Parse (const char *json, std::size_t len)
 

Detailed Description

The main parser class. JsonParser is the class you use to parse JSON data. First, construct a JsonParser object by providing a Reactor and an object that receives the output.


The documentation for this class was generated from the following files: