def default(self, o): if isinstance(o, BaseObject): return convert.to_dict(o) return json.JSONEncoder.default(self, o)