Flask-JSON is a Flask extension that provides better JSON support, including automatic JSON serialization for object instances (via __json__() method), datetime objects, and arbitrary types. The current version is 0.4.0. Development appears to be in a maintenance state with no recent releases.
Verified import paths — ran on the pinned version, not inferred.
Minimal Flask app using Flask-JSON to serialize a custom object.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.