gregsdennis / Manatee.Json

A fully object-oriented approach to JSON manipulation, validation, and serialization that focuses on modeling the JSON structure rather than mere string parsing and conversion.
MIT License
198 stars 32 forks source link

Skipping child errors #221

Closed gregsdennis closed 5 years ago

gregsdennis commented 5 years ago

Some short-circuiting logic to help boost schema validation performance.