You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes [#51].
By default, `JsonMatchers.configuration.options[:record_errors] = true`.
Extract `JsonMatchers::Validator` to encapsulate error reporting
behavior.
`JSON::Validator` exposes a `#validate!` method that will raise on
validation failures, and a `#fully_validate!` method that won't raise,
but will return an array of error messages instead.
[#51]: #51
0 commit comments