craigslist has an rss feed and i wish to convert the feed to JSON format so that I can parse it. anybody know any tool that can do this - convert craigslist rss (or any rss) to JSON format
tried this already. the example he gave on the page is not working. also tried using the url he supplied with craigslist, it's not working too
2009-03-22 06:23:52
2009-03-22 06:25:25
You downloaded the Perl scripts and followed all those directions?
BobbyShaftoe
2009-03-22 18:50:11
+2
A:
RSS is already in XML format, which is natively parsable by all browsers. I would recommend just parsing the XML directly instead of converting to json for parsing.
bendewey
2009-03-22 04:16:01
+1
A:
You could try using one of the many javascript libraries to navigate through the XML.
For example, here. There are many more libraries, here are the ones Google thought were good enough to host.
cofiem
2009-03-22 10:46:00