def __repr__(self): """Dump data. """ # io = StringIO() # myjson.dump(self.data, io) # return io.getvalue() return repr(self.data)