[Zope] JSON for Ajax applications

Max M maxm at mxm.dk
Fri Sep 23 04:06:59 EDT 2005


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



More information about the Zope mailing list