flask-jsonschema icon indicating copy to clipboard operation
flask-jsonschema copied to clipboard

Use .get_json() now that .json is unsupported

Open adamtheturtle opened this issue 8 years ago • 0 comments

.json is now deprecated and raises a warning. See http://flask.pocoo.org/docs/0.11/changelog/:

Deprecated request.json in favour of request.get_json().

adamtheturtle avatar May 30 '16 13:05 adamtheturtle