[issue42791] There is no way to json encode object to str.

2021-08-31 Thread Irit Katriel
Irit Katriel added the comment: See also Issue35111. -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42791] There is no way to json encode object to str.

2021-08-31 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +ezio.melotti, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue42791] There is no way to json encode object to str.

2020-12-30 Thread Artyom Kaltovich
New submission from Artyom Kaltovich : Hello. At first I want to say thank you for all your efforts in python development. I really appreciate it. :) I am trying to convert custom object to json. But, I've found a problem. JSONEncoder has ``default`` method for converting custom objects to