where did you find the information / demo for simplejson dump? I have
been using   @expose("json"), It was working with the jqgrid until
3.6.

Thanks for the quick reply.

On Jun 16, 2:46 pm, "Diez B. Roggisch" <[email protected]> wrote:
> Am 16.06.2010 um 21:38 schrieb Ed Valentine:
>
> > I have been using TG2 and jqgrid for some time and all was working
> > fine. Jqgrid has been upgraded.  With this switch we directly use the
> > jQuery parsing of JSON data. As of version 1.4.x of jQuery this
> > parsing is strict.
>
> > Example is the keyword:value pair must be double quoted.
>
> > How do I set the json to conform to this new standard? Are there
> > parameters in the json or simplejson lib code to change the output?
>
> > Any suggestions will be appreciated.
>
> Why do you think you need to do anything? Do you actually experience  
> any problems? For me, it works out of the box:
>
>  >>> from simplejson import *
>  >>> dumps({"foo" : "bar"})
> '{"foo": "bar"}'
>
> Diez

-- 
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.

Reply via email to