CBMC
|
JSON Commandline Interface. More...
#include "json_interface.h"
#include <util/cmdline.h>
#include <util/exception_utils.h>
#include <util/json.h>
#include <util/message.h>
#include "json_parser.h"
#include <iostream>
Go to the source code of this file.
Functions | |
static void | get_json_options (const json_objectt &json, cmdlinet &cmdline) |
Parse commandline options from json into cmdline . More... | |
void | json_interface (cmdlinet &cmdline, message_handlert &message_handler) |
Parses the JSON-formatted command line from stdin. More... | |
JSON Commandline Interface.
Definition in file json_interface.cpp.
|
static |
Parse commandline options from json
into cmdline
.
Definition at line 24 of file json_interface.cpp.
void json_interface | ( | cmdlinet & | cmdline, |
message_handlert & | message_handler | ||
) |
Parses the JSON-formatted command line from stdin.
Example:
Definition at line 88 of file json_interface.cpp.