Google
 

Converting JSON to XML with Perl

Wednesday, February 11th, 2009

Recently I had to work with Google AJAX API data which returns in JSON. For my purposes, the data needed to be in XML. While there is a CPAN module called XML2JSON which is designed to do that, for some reason it chokes on my input. Instead, I adopted a ...

JSON Without Callbacks

Monday, October 20th, 2008

During my investigations into Google Reader and iGoogle, I ran into an issue which has not been clearly addressed anywhere. The question is if a site provides a JSON feed without a callback function and you are using it on a different domain (meaning you cannot use XmlHttpRequest), can you ...