FrendsPlatform / Frends.Json

FRENDS JSON Processing tasks, which allow you to do JSONPath queries, JSON Handlebars transformations, JSON Validation against a JSONSchema and converting various data formats to JSON.
MIT License
7 stars 4 forks source link

Invalid JSON doesn't throw exception if not required #6

Closed levik-buka closed 6 years ago

levik-buka commented 6 years ago

Previous version of Validate method thrown exception on invalid JSON input, even if ThrowOnInvalidJson option was set to false