def default(self, o): if isinstance(o, date): return o.isoformat() return json.JSONEncoder.default(self, o)