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

Wrong error message when there's too much data in data field #80

Open MontyBitto opened 3 months ago

MontyBitto commented 3 months ago

When entering a lot of data in the data= field you receive this error message: JSON.parse: unexpected character at line 1 column 1 of the JSON data

The message should say, that there is too much data and that you should use a file instead.