Posted inCoding Tips
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 post Serving JSON Data with Flask appeared first on Python Lore.