JSON feeds: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
Line 1: Line 1:
A JSON feed is a list of information, similar to an [[RSS feed]], but formated in the Javascript Object Notation (or [[JSON]]) format.
A JSON feed is a list of information, similar to an [[RSS]] feed, but formated in the Javascript Object Notation (or [[JSON]]) format.


Example of a JSON feed from Flickr:
Example of a JSON feed from Flickr:


http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?
http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?

Latest revision as of 23:04, 9 February 2009

A JSON feed is a list of information, similar to an RSS feed, but formated in the Javascript Object Notation (or JSON) format.

Example of a JSON feed from Flickr:

http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallback=?