> I doubt that works that way. The problem is that the whole jsonification > process takes place in-memory, as it builds a full result string. So you > don't gain anything.
That's kinda what I was thinking: still, it'd be nice to jsonify it in-place, so you don't have to hold it in memory _twice_ (the original data and the new json string). Having said that, I seem to have less of a grasp on @jsonify than I thought. How do I go about using such a method? Where does it go? In <project>/json.py? If so, how do I link it to the application? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

