I am trying to parse a response from the simplegeo API, I believe it is JSON format? I am able to display the raw content on a page by referencing a variable in that page's controller. Is there a simple way to clean up the response so it is not a jumbled mess?
I currently have this in the "view" of the particular page to display the response:
<%= @simple_geo_client %>