Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
json_validation.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json-schema.hpp>
4#include <nlohmann/json.hpp>
5
6nlohmann::json import_json(std::string file_path);
7bool json_matches_schema(const nlohmann::json &json_object, const nlohmann::json &schema);
8
9
10
11
nlohmann::json import_json(std::string file_path)
bool json_matches_schema(const nlohmann::json &json_object, const nlohmann::json &schema)