Add import to jsonify example.

This commit is contained in:
Tomasz Kalkosiński 2013-03-25 12:29:28 +01:00
parent 4366bb392a
commit 78ae0ec7f8

View file

@ -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():