This commit is contained in:
Oleg Anashkin 2017-04-16 16:30:14 +00:00 committed by GitHub
commit 82696d8423

View File

@ -78,6 +78,9 @@ class Json(object):
if proto is ISQLQuote:
return self
def __repr__(self):
return self.dumps()
def dumps(self, obj):
"""Serialize *obj* in JSON format.