Hi, folks!<br><br>I&#39;m glad to announce that ngx_rds_json v0.11 has been released:<br><div class="gmail_quote"><br>    <a href="https://github.com/agentzh/rds-json-nginx-module/downloads" target="_blank">https://github.com/agentzh/rds-json-nginx-module/downloads</a><br>
<br>This release includes the new directive &quot;rds_json_format compact&quot; to emit very compact JSON like<br>
<br>    <span style="font-family: courier new,monospace;">[[&quot;id&quot;,&quot;name&quot;,&quot;age&quot;],[1,&quot;marry&quot;,18],[2,&quot;bob&quot;,23],[3,&quot;tom&quot;,9]]</span><br><br>instead of the more verbose default form<br>

<br> <span style="font-family: courier new,monospace;">   [{&quot;id&quot;:1,&quot;name&quot;:&quot;marry&quot;,&quot;age&quot;:18},</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">     {&quot;id&quot;:2,&quot;name&quot;:&quot;bob&quot;,&quot;age&quot;:9},</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">     {&quot;id&quot;:3,&quot;name&quot;:&quot;tom&quot;,&quot;age&quot;:9}]</span><br><br>The ngx_rds_json module provides an output filter that can format the RDS outputs generated by ngx_drizzle and ngx_postgres modules to JSON.<br>

<br>You can find the complete documentation on its project page:<br><br>    <a href="https://github.com/agentzh/rds-json-nginx-module" target="_blank">https://github.com/agentzh/rds-json-nginx-module</a><br><br>This module is included and enabled by default in the ngx_openresty bundle: <a href="http://openresty.org">http://openresty.org</a><br>
<br>Have fun!<br>-agentzh
</div>