Posted inFlask Python modules
Serving JSON Data with Flask
Flask API error handling for JSON. Custom JSON error responses for 404 and 500 status codes using @app.errorhandler instead of Flask's default HTML pages.
The ultimate Python guide