1 #ifndef CASM_app_json_io
2 #define CASM_app_json_io
12 template <
typename OptionType>
17 std::map<std::string, std::string>
const &source_to_combined_keys,
18 jsonParser
const &json_source, jsonParser &json_combined);
jsonParser & combine_json_options(std::map< std::string, std::string > const &source_to_combined_keys, jsonParser const &json_source, jsonParser &json_combined)
Copy from json_source to json_combined
jsonParser make_json_input(const OptionType &opt)