json-schema-validator/src
qvfh83 0097de3c54
Use explicit type conversion from json (#173)
* Use explicit type conversion

As detailed in https://github.com/nlohmann/json#implicit-conversions, it's recommended not to use implicit conversions from json. This change allows those using "JSON_ImplicitConversions" OFF to still build this package.

* Use matching type from declaration for some variables.
2021-10-10 18:03:09 +02:00
..
nlohmann First implementation of sub-schema-validation on request. 2021-06-17 09:06:23 +02:00
json-patch.cpp remove-semicolon 2021-03-08 08:14:51 +01:00
json-patch.hpp use schema to validate json-patch and use json_pointer to verify path 2020-05-15 08:59:11 +02: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 fixed occurences of old-style casts and an implicit cast to double (#151) 2021-03-16 00:11:10 +01:00
json-validator.cpp Use explicit type conversion from json (#173) 2021-10-10 18:03:09 +02:00
string-format-check.cpp Feature: Add uuid format-string support 2021-09-08 15:34:08 +02:00