JSON ==== When developing ajax applications you often have to deal with JSON data. This document holds a list and discussion of packages which are used to solving this task. grok.JSON --------- Grok's built-in support for views which want to return JSON data. simplejson ---------- Is a python package which can convert python objects to and from json data. jsonor ------ http://bitbucket.org/faassen/jsonor Implementation of a json schema implementation that can also do content conversion for JSON input, along with some other features. megrok.attributetraverser ------------------------- http://svn.zope.org/Sandbox/cklinger/megrok.attributetraverser/