I am writing a small application in which I want to return the found Places as JSONs. As this is very tedious to do manually, it would be nice to have a dictionary representation of Places (and possibly whole SearchResuts).
If this is an acceptable addition, I would create a pull reques implementing a as_dict() for the classes.
I am writing a small application in which I want to return the found Places as JSONs. As this is very tedious to do manually, it would be nice to have a dictionary representation of Places (and possibly whole SearchResuts).
If this is an acceptable addition, I would create a pull reques implementing a
as_dict()
for the classes.