python-intercom
python-intercom copied to clipboard
How to convert object to dict or json?
I need to store every field into mysql,but I get a result like "<intercom.utils.Team object at 0x00000000047F3308>". How to convert the object to dict or json?
Can you include a code snippet.
@sujianbin Did you find a solution?