CBMC
json_parser.cpp File Reference
#include "json_parser.h"
#include <fstream>
+ Include dependency graph for json_parser.cpp:

Go to the source code of this file.

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)
 

Variables

json_parsert json_parser
 

Function Documentation

◆ parse_json() [1/2]

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

Definition at line 40 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 16 of file json_parser.cpp.

Variable Documentation

◆ json_parser

json_parsert json_parser

Definition at line 13 of file json_parser.cpp.