1 #ifndef CASM_app_json_io_impl
2 #define CASM_app_json_io_impl
10 template <
typename OptionType>
12 if (!opt.settings_path().empty()) {
14 }
else if (!opt.input_str().empty()) {
static jsonParser object()
Returns an empty json object.
static jsonParser parse(const std::string &str)
Construct a jsonParser from a string containing JSON data.
jsonParser make_json_input(const OptionType &opt)