Update README.md
This commit is contained in:
parent
3ae9c77e83
commit
1688c54a6e
@ -42,7 +42,7 @@ messages if a JSON-document/instance does not comply to its schema.
|
|||||||
By default this is done with exceptions thrown at the users with a helpful
|
By default this is done with exceptions thrown at the users with a helpful
|
||||||
message telling what's wrong with the document while validating.
|
message telling what's wrong with the document while validating.
|
||||||
|
|
||||||
With **2.0.0** the user can pass a `json_scheam::basic_error_handler`-derived
|
With **2.0.0** the user can pass a `json_schema::basic_error_handler`-derived
|
||||||
object along with the instance to validate to receive a callback each time a
|
object along with the instance to validate to receive a callback each time a
|
||||||
validation error occurs and decide what to do (throwing, counting, collecting).
|
validation error occurs and decide what to do (throwing, counting, collecting).
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user