kicad/thirdparty/json_schema_validator
Marek Roszko cd886a19d3 Partially update the json validator 2024-04-12 20:00:12 -04:00
..
nlohmann Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
CMakeLists.txt Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
LICENSE.MIT
README.txt
json-patch.cpp Partially update the json validator 2024-04-12 20:00:12 -04:00
json-patch.hpp Partially update the json validator 2024-04-12 20:00:12 -04:00
json-schema-draft7.json.cpp Add missing include to force correct linkage 2024-03-22 06:48:47 -04:00
json-uri.cpp
json-validator.cpp Partially update the json validator 2024-04-12 20:00:12 -04:00
string-format-check.cpp Update nlohmann::json to 3.11.2 2022-11-05 10:53:57 -04:00

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.