Merge branch 'master' of github.com:mitsuhiko/flask
This commit is contained in:
commit
30d9efb24a
5 changed files with 13 additions and 11 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue