pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
466 stars 134 forks source link

Dbz/230 #233

Open didier-brizet opened 1 year ago

didier-brizet commented 1 year ago

Some changes to allow validating combinational schemas depending on default values:

Introduce validate_inplace to validate and insert default values in the JSON document in-place to accelerate iterative loop of validation and patching as described in this comment.

Fixes #232.