18 int main(
int argc,
char **argv)
31 JParser<> zap(
"Auxiliary program to compare (part of) JSon files.");
41 catch(
const exception &error) {
42 FATAL(error.what() << endl);
49 DEBUG(setw(2) << js << endl);
60 return (js.empty() ? 0 : 1);
General purpose messaging.
#define DEBUG(A)
Message macros.
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 compare (part of) JSon data.
Auxiliary class to load json data from file.