json-schema-validator/src
dhmemi e3aa397f41
fix: validate multipleOf fails on float-point value (#295)
* fix: validate multipleOf fails on float-point value

* make clang-tidy happy.

* fix test case error when multipleOf is float but number is int

* fix multiple of float number
2023-11-20 13:48:18 +01:00
..
nlohmann chore: use to_string() to avoid warning 2022-08-24 18:59:13 +02:00
CMakeLists.txt Modernize cmake script (#262) 2023-05-11 12:07:56 +02:00
json-patch.cpp chore: use to_string() for json_pointers 2022-09-01 20:07:10 +02:00
json-patch.hpp Fix performance regression from logical combination patch discard (#288) 2023-09-22 16:03:55 +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 fix: validate multipleOf fails on float-point value (#295) 2023-11-20 13:48:18 +01:00
smtp-address-validator.cpp Fix Clang compiler warnings (#290) 2023-09-22 15:59:39 +02:00
smtp-address-validator.hpp Modernize cmake script (#262) 2023-05-11 12:07:56 +02:00
string-format-check.cpp Enable boost regex usage for string-format-check.cpp (#286) 2023-07-13 19:54:44 +02:00