rds-json generate json with index key on first level of array

Mauro Stettler mauro.stettler at gmail.com
Wed Feb 27 04:56:14 UTC 2013


Thanks for the reply agentzh,

Ok, I'll probably implement this either on lua in the Nginx or on the
client side inside the javascript then. Will have to do some tests of both
solutions to decide.

Regards,

Mauro


On Tue, Feb 26, 2013 at 4:03 AM, agentzh <agentzh at gmail.com> wrote:

> Hello!
>
> On Mon, Feb 25, 2013 at 12:56 AM, Mauro Stettler wrote:
> > 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.
> >
>
> No, ngx_rds_json does not support this very JSON structure. Because
> there's tons of different possible JSON structures, I don't quite feel
> like implementing complex configuration templates in ngx_rds_json in
> pure C, which is a daunting task and adds complexity to this simple
> module.
>
> I believe using ngx_lua for complicated formatting requirements is the
> right way to go.
>
> Best regards,
> -agentzh
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130227/ce67c835/attachment.html>


More information about the nginx mailing list