json-schema-validator/src
Sven Fink cb95425f59 Add schema class that is aware of a default entry
Uses json patch format for defaults: json patch (RFC 6902) makes it
clearer in case of array contents. It is supported by nlohmann::json and
can be applied with `patch` to fill up the json with defaults.
2020-03-10 14:32:10 +01:00
..
nlohmann Add schema class that is aware of a default entry 2020-03-10 14:32:10 +01:00
json-patch.cpp Add schema class that is aware of a default entry 2020-03-10 14:32:10 +01:00
json-patch.hpp Add schema class that is aware of a default entry 2020-03-10 14:32:10 +01:00
json-schema-draft7.json.cpp Complete rewrite of the validator - aiming a 2.0-release 2018-12-27 16:59:19 +01:00
json-uri.cpp Avoid forced string copies 2020-02-11 07:30:09 +01:00
json-validator.cpp Add schema class that is aware of a default entry 2020-03-10 14:32:10 +01:00
string-format-check.cpp Adapt CMake project name to be coherent with nlohmann::json's naming 2019-12-05 11:12:23 +01:00