Skip to main content

quick_errors

Function quick_errors 

Source
pub fn quick_errors(data: &Value, strict: bool) -> Result<Vec<ValidationError>>
Expand description

Convenience wrapper that returns just the errors list, useful for quick checks. Equivalent to validate(...).errors.