Tornado-JSON
Tornado-JSON copied to clipboard
Validating query params?
I don't see any examples for validating query params, is this possible?
I'd like to use a JSON schema to validate the query params. GET method, no body.
You could possibly add this but it doesn't exist.
Do you plan to submit valid JSON as query params? Can't say I've used an API that does that in the past.