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

Support ndjson input data #11

Closed nichtich closed 2 years ago

nichtich commented 2 years ago

Can be done with https://github.com/gbv/json-anystream

nichtich commented 2 years ago

Parsing JSON-based formats as ndjson should be based on mime-type and file extension, so only via file upload or url parameter. To support HTTP GET data we need an additional parameter serialization

Other use case: serialization=yaml and serialization=zip

nichtich commented 2 years ago

Implemented with parameter encoding