skbkontur / perl-jsonschema-validator

JSON Schema and OpenAPI data validator for Perl
Other
8 stars 4 forks source link

Add TO_JSON method to the Error class #14

Closed ehuelsmann closed 2 years ago

ehuelsmann commented 3 years ago

This way, errors can be serialized into JSON responses using JSON::PP in "convert_blessed" mode.

Logioniz commented 3 years ago

It looks like the JSON-Schema-Test-Suite had a wrong test, so your merge request failed. I am fixing this problem.