Xiangiqgame
AI engine for Xiangqi
|
json validation gist, unused by rest of project, but keeping here for reference. More...
#include <iostream>
#include <iomanip>
#include <nlohmann/json-schema.hpp>
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
static json | person_schema |
static json | bad_person = {{"age", 42}} |
static json | good_person = {{"name", "Albert"}, {"age", 42}} |
json validation gist, unused by rest of project, but keeping here for reference.
Definition in file json_schema_validate.cpp.
int main | ( | ) |
Definition at line 42 of file json_schema_validate.cpp.
|
static |
Definition at line 39 of file json_schema_validate.cpp.
|
static |
Definition at line 40 of file json_schema_validate.cpp.
|
static |
Definition at line 13 of file json_schema_validate.cpp.