<div dir="ltr">Thanks for the reply agentzh,<div><br></div><div style>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.</div>

<div style><br></div><div style>Regards,</div><div style><br></div><div style>Mauro</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 26, 2013 at 4:03 AM, agentzh <span dir="ltr"><<a href="mailto:agentzh@gmail.com" target="_blank">agentzh@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div class="im"><br>
On Mon, Feb 25, 2013 at 12:56 AM, Mauro Stettler wrote:<br>
> Thanks, that would probably be possible.<br>
><br>
> It's just that this URL is called very frequently, so I'm trying to do<br>
> everything as resource efficient as possible. I am worried that parsing the<br>
> json in lua in Nginx and reformatting it would be too heavy on the server<br>
> load. So I would have preferred if there is some way how I can tell the<br>
> rds-json module to format it the way I want.<br>
><br>
<br>
</div>No, ngx_rds_json does not support this very JSON structure. Because<br>
there's tons of different possible JSON structures, I don't quite feel<br>
like implementing complex configuration templates in ngx_rds_json in<br>
pure C, which is a daunting task and adds complexity to this simple<br>
module.<br>
<br>
I believe using ngx_lua for complicated formatting requirements is the<br>
right way to go.<br>
<br>
Best regards,<br>
-agentzh<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>