You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Marek Roszko cd886a19d3 Partially update the json validator 2 years ago
..
nlohmann Move JSON_SETTINGS and PARAMS to kicommon 2 years ago
CMakeLists.txt Move JSON_SETTINGS and PARAMS to kicommon 2 years ago
LICENSE.MIT Add json-schema-validator library 4 years ago
README.txt Add json-schema-validator library 4 years ago
json-patch.cpp Partially update the json validator 2 years ago
json-patch.hpp Partially update the json validator 2 years ago
json-schema-draft7.json.cpp Add missing include to force correct linkage 2 years ago
json-uri.cpp Add json-schema-validator library 4 years ago
json-validator.cpp Partially update the json validator 2 years ago
string-format-check.cpp Update nlohmann::json to 3.11.2 3 years ago

README.txt

This directory contains the pboettch/json-schema-validator project
from https://github.com/pboettch/json-schema-validator
with a patch to allow validating objects against specific sub definitions
in a schema from
https://github.com/pboettch/json-schema-validator/pull/154

The project is licensed under MIT, with the license text in this directory.