▲ RSS and Atom feed generator for Node.js at github.com▼1 up and 0 down, posted by nasa8x 1948 days ago 3 comments
tracker1 1948 days ago. link 1 point ▲ ▼Niggle: this output is *NOT* JSON. JSON is a string, it's always a string that represents a primitive value, array or object structure in JavaScript notation. What you have is an RSS parser for JavaScript.
nasa8x 1947 days ago. link 1 point ▲ ▼Yes, this read and convert xml to json object. It is a utility for programmers who write news aggregation programs in rss
tracker1 1947 days ago. link 1 point ▲ ▼My point is, it is *NOT* JSON... there's no such thing as a JSON object... it's just an Object.