in reply to Re: Twitter API choices (JSON)in thread Twitter API choices
+1 for JSON (and JSON::XS). RSS and Atom are both XML-based, so your choices really boil down to JSON or XML, if you're wanting to do the parsing yourself.