simplified beautify example

This commit is contained in:
mdipierro
2016-03-14 15:08:18 -05:00
parent 9533978b37
commit d94ea6b295
2 changed files with 2 additions and 2 deletions
@@ -27,4 +27,4 @@ def xml():
def beautify():
return dict(message=BEAUTIFY(request))
return dict(message=BEAUTIFY(dict(a=1,b=[2,3,dict(hello='world')])))