I'm using the python gdata library (version 2.0.17) to retrieve rows from a certain spreadsheet. I'd like to receive this as json but after some research found it is not possible in my case.
Well, I need to take my rows out of the XML I got from the API. What is the standard way of doing that? Parse and query the XML madly?! Is there a nicer interface object implemented for python? How do I use it? Many thanks!
