>>107827267
>>> len(json.dumps(d))
Traceback (most recent call last):
File "<python-input-5>", line 1, in <module>
len(json.dumps(d))
~~~~~~~~~~^^^
File "/usr/lib/python3.13/json/__init__.py", line 235, in dumps
return _default_encoder.encode(obj)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/usr/lib/python3.13/json/encoder.py", line 202, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python3.13/json/encoder.py", line 263, in iterencode
return _iterencode(o, 0)
File "/usr/lib/python3.13/json/encoder.py", line 182, in default
raise TypeError(f'Object of type {o.__class__.__name__} '
Comment too long. Click here to view the full text.