I am using rest-client to make restful API calls. My response can be either in JSON or XML.
How can I easily parse the responses? It is pulling Company and Contact information.
Is there a way to treat each XML record as an object, so I can access the tags as methods?
What is the recommended way to access and traverse the response I get back, and is it XML or JSON as the recommended format?