Go to the source code of this file.
Classes | |
| class | custom_error_handler |
| class | json_uri |
Functions | |
| static void | usage (const char *name) |
| static void | loader (const json_uri &uri, json &schema) |
| int | main (int argc, char *argv[]) |
Definition at line 24 of file json-schema-validate.cpp.
References nlohmann::json_uri::path(), and nlohmann::json_uri::url().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 46 of file json-schema-validate.cpp.
References nlohmann::json_schema::default_string_format_check(), nlohmann::json_schema::json_validator::json_validator(), loader(), nlohmann::json_schema::json_validator::set_root_schema(), usage(), and nlohmann::json_schema::json_validator::validate().
|
static |
Definition at line 18 of file json-schema-validate.cpp.
Referenced by main().