17int main(
int argc,
char **argv)
28 JParser<> zap(
"Auxiliary program to print (part of) JSon files.");
36 catch(
const exception &error) {
37 FATAL(error.what() << endl);
42 printer(cout,
JSon(js), key);
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure to print (part of) JSon data.
Auxiliary class to load json data from file.