1 #include "../lib/args.h" 2 #include "../lib/json.h" 6 int main(
int argc,
const char* argv[]) {
7 get_args(argc, argv,
"in.json out.json");
std::string in_filename_arg()
int main(int argc, const char *argv[])
void export_json_file(const json &j, const std::string &filename, bool compact)
std::string out_filename_arg()
json import_json_file(const std::string &filename)
void get_args(int argc, const char *argv[], const std::string &usage)