app: add a default format-checker - which is always happy

This commit is contained in:
Patrick Boettcher 2016-12-28 16:45:30 +01:00
parent d50401a562
commit 8b69330804

View File

@ -80,7 +80,7 @@ int main(int argc, char *argv[])
}
// 2) create the validator and
json_validator validator(loader);
json_validator validator(loader, [](const std::string&, const std::string&){});
try {
// insert this schema as the root to the validator