View Full Version : JSON Notation


Rick
06-15-08, 09:22 AM
Can someone explain in simple terms JSON notation to me ? (I know notation sounds redundant).
and perhaps give an example ??
Rick

mapsdnasggeyerg
06-16-08, 08:09 AM
It looks like just another way of representing data in a human readable form, an alternative to XML.

The following describes the syntax: (and has lots of related links to explore)
http://www.json.org

The following has an example
http://developer.yahoo.com/common/json.html

Rick
06-22-08, 11:24 AM
Thanks!