CBMC
json_parser.h File Reference
#include <stack>
#include <util/parser.h>
#include <util/json.h>
+ Include dependency graph for json_parser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  json_parsert
 

Functions

bool parse_json (std::istream &in, const std::string &filename, message_handlert &message_handler, jsont &dest)
 
bool parse_json (const std::string &filename, message_handlert &message_handler, jsont &dest)
 

Function Documentation

◆ parse_json() [1/2]

bool parse_json ( const std::string &  filename,
message_handlert message_handler,
jsont dest 
)

Definition at line 48 of file json_parser.cpp.

◆ parse_json() [2/2]

bool parse_json ( std::istream &  in,
const std::string &  filename,
message_handlert message_handler,
jsont dest 
)

Definition at line 27 of file json_parser.cpp.