Hey,
I wanted to ask if it is possible to somehow serialize response messages into JSON?
The string representation of the message is quite special and trying to encode a message with the json module fails with TypeError: Object of type Project is not JSON serializable.
Hey,
I wanted to ask if it is possible to somehow serialize response messages into JSON?
The string representation of the message is quite special and trying to encode a message with the json module fails with
TypeError: Object of type Project is not JSON serializable.