Browse Source

Add import to jsonify example.

pull/700/head
Tomasz Kalkosiński 12 years ago
parent
commit
78ae0ec7f8
  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