gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Detect malformed json #1

Closed nichtich closed 2 years ago

nichtich commented 2 years ago

format=json should only parse JSON and check whether syntax is ok. Looks like express silently maps invalid JSON to an empty object.

nichtich commented 2 years ago

Implemented.