Thanks! I'm just wondering how to add more parameters into JSON outside DataTable, never mind.
On 4月4日, 下午11时56分, Arun Shanker Prasad <[email protected]> wrote: > Hi, > > Can't you just pass the additional parameters also along in JSON > format? If you are using the paging by key the bookmark can be pickled > and converted to JSON format. > > I have not tested or used it with any of the below suggestions, > > 1. try the normal picked object. > if that does not work > 2.http://ajaxian.com/archives/json-pickle-serialize-your-complex-python... > > If your question was how to parse JSON in python, Django framework > comes bundled with simplejson and its included in the GAE SDK. > > Thanks, > Arun Shanker Prasad. > > On Apr 4, 6:55 pm, 秦锋 <[email protected]> wrote: > > > > > My site uses GAE as background Data source and GWT as front UI, which > > sends request and expects get JSON format data table back to > > Visualization Chart. > > As we known, JSON has specific format definition, thus how can I pass > > extra parameters in on JSON response? such as paging data(bookmark)? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
