Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

fredj/flask-jsonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**the code is no longer maintained !**


flask-jsonify

A Flask decorator to return json objects.

Install:

    pip install -e 'git+http://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

No packages published

Languages