in ddbtools/util.py [0:0]
def default(self, obj): if isinstance(obj, Decimal): return f"{obj:.2f}" return json.JSONEncoder.default(self, obj)