This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
A small Flask decorator for returning json
License
fredj/flask-jsonify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
**the code is no longer maintained !** flask-jsonify A Flask decorator to return json objects. Install: pip install -e 'git+https://github.com/fredj/flask-jsonify.git#egg=flask-jsonify' Usage: from flaskext.jsonify import jsonify @app.route('/') @jsonify def index(): return {'foo': 'bar', 'baz': [1,2,3]}
About
A small Flask decorator for returning json
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published