Thanks, that would probably be possible. It's just that this URL is called very frequently, so I'm trying to do everything as resource efficient as possible. I am worried that parsing the json in lua in Nginx and reformatting it would be too heavy on the server load. So I would have preferred if there is some way how I can tell the rds-json module to format it the way I want.
Seems there is no way to configure it in the module, so I will look for another solution. Thanks, Mauro On Mon, Feb 25, 2013 at 4:12 PM, smallfish <[email protected]> wrote: > can use ngx_lua(openresty), filter/format the output. > -- > smallfish http://chenxiaoyu.org > > > On Mon, Feb 25, 2013 at 4:04 PM, replay <[email protected]> wrote: > >> I just realized that I messed up the formatting. Actually what I'm looking >> for should be like this: >> >> { >> >> 1971:{"nickname":"Robby1","age":28,"age_p":42,"city":"Dresden","plz":"","wio_plz":"2,4,5","gender":"m"}, >> >> 1972:{"nickname":"Robby2","age":29,"age_p":43,"city":"Dresden2","plz":"","wio_plz":"4,5","gender":"f"}, >> >> 1973:{"nickname":"Robby3","age":30,"age_p":44,"city":"Dresden3","plz":"","wio_plz":"5","gender":"m"} >> } >> >> Posted at Nginx Forum: >> http://forum.nginx.org/read.php?2,236563,236564#msg-236564 >> >> _______________________________________________ >> nginx mailing list >> [email protected] >> http://mailman.nginx.org/mailman/listinfo/nginx >> > > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
