You're right, simplejson might be overkill.
On 24 mar, 20:52, jgfoot <[EMAIL PROTECTED]> wrote:
> Ah, jQuery and web.py are great together.
>
> ...
>
> class river:
> def GET(self, cityName):
> response = database.get(cityName, "I don't know")
> print repr(response), # a poor man's JSON converter
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---