Echo JS 0.11.0

<~>
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.

Replies

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.