Joao Coelho

Results 42 comments of Joao Coelho

This is an external API that I'm consuming so I can't really change the name of the property. I can, however, change the name of the class, which I changed...

You can also specify the encoder in the `to_json(...)` method: ```python obj.to_json(lambda x: json.dumps(x, sort_keys=True, indent=2)) ```