On 9/9/08 10:29 AM, Donovan wrote: > Unless there's already a function in python that I don't know about (I > know php has json_encode), you can goto json.org to get a python based > json library. It will properly escape string values for you (note that > it'll include the quotes) so that you can output them into javascript > in your templates.
Try simplejson: http://www.undefined.org/python/ -Brian Brian Clapper, http://www.clapper.org/bmc/ Barth's Distinction: There are two types of people: those who divide people into two types, and those who don't. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
