Kevin Dangoor wrote: > On 12/24/05, Leandro Lucarella <[EMAIL PROTECTED]> wrote: > > > > Bob Ippolito, el s?bado 24 de diciembre a las 11:13 me escribiste: > > > > > > That's orthogonal. Presumably, json-py is still used for decoding JSON. > > > It does a fine job at that. > > > > According to the chanset [370], json-py was removed as a dependency. > > > > http://trac.turbogears.org/turbogears/changeset/370 > > At the moment, TurboGears doesn't actually have anything that depends > on incoming JSON (that I'm aware of... CatWalk, perhaps?) You can make > REST-style requests just fine without being able to decode JSON. > But sending JSON from MochiKit is easy and I found it to be useful, especially passing large amount of table like data. I modified MochiKit's ajax table example so I can have a yahoo mail like "select rows" which got passed back as JSON.
Please consider at least keep json-py for this purpose. Well, it is not a big deal as adding it on top of TurboGears is not difficult anyway.

