I don't know how many has seen this, but it's pretty cool.
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
http://www.crockford.com/JSON/index.html
It is used for Ajax applications to transfer data instead of xml. It
uses repr() versions of standard python objects like dicts, lists,
string, numbers etc. to transfer data.
It is really simple to generate for Python programmers, so it is very
simple to use in Zope too.
--
hilsen/regards Max M, Denmark
http://www.mxm.dk/
IT's Mad Science
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )