doc: Use super() in subclassed JSONEncoder examples (GH-115565)
Replace calls to `json.JSONEncoder.default(self, obj)` by `super().default(obj)` within the examples of the documentation.
J
Jan Max Meyer committed
647053fed182066d3b8c934fb0bf52ee48ff3911
Parent: 449c6da
Committed by GitHub <noreply@github.com>
on 2/28/2024, 1:54:12 PM