autojson
0.1
A JSON parser base on the automaton provided by json.org
|
#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) |
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.