#include <cassert>
#include <stack>
#include <util/parser.h>
#include <util/json.h>
Go to the source code of this file.
◆ parse_json() [1/2]
bool parse_json |
( |
std::istream & |
in, |
|
|
const std::string & |
filename, |
|
|
message_handlert & |
message_handler, |
|
|
jsont & |
dest |
|
) |
| |
◆ parse_json() [2/2]
◆ yyjsonerror()
int yyjsonerror |
( |
const std::string & |
error | ) |
|
◆ yyjsonparse()
◆ yyjsonrestart()
void yyjsonrestart |
( |
FILE * |
input_file | ) |
|
Immediately switch to a different input stream.
- Parameters
-
input_file | A readable stream. |
- Note
- This function does not reset the start condition to
INITIAL
.
Definition at line 1482 of file json_lex.yy.cpp.
◆ json_parser