Browse Source

Merge pull request #700 from SpOOnman/master

Add import to jsonify example
pull/701/merge
Kenneth Reitz 12 years ago
parent
commit
84958e5729
  1. 2
      flask/json.py

2
flask/json.py

@ -141,6 +141,8 @@ def jsonify(*args, **kwargs):
to this function are the same as to the :class:`dict` constructor.
Example usage::
from flask import jsonify
@app.route('/_get_current_user')
def get_current_user():

Loading…
Cancel
Save