Skip to content

Instantly share code, notes, and snippets.

@riquellopes
Created April 27, 2014 02:43
Show Gist options
  • Save riquellopes/11336484 to your computer and use it in GitHub Desktop.
Save riquellopes/11336484 to your computer and use it in GitHub Desktop.
@app.route('/name.json')
def name():
name = json.dumps({"name":"recomeçar"}, ensure_ascii=False)
return Response(name, mimetype="application/json; charset=utf-8")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment