29 const std::string &filename,
49 const std::string &filename,
53 std::ifstream in(filename);
58 return parse_json(in, filename, message_handler, dest);
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
bool parse_json(std::istream &in, const std::string &filename, message_handlert &message_handler, jsont &dest)
int yyjsonlex_destroy(void *)
int yyjsonlex_init_extra(json_parsert *, void **)
int yyjsonparse(json_parsert &, void *)