Welcome! Log In Create A New Profile

Advanced

[ANN] ngx_rds_json v0.11: compact JSON output support

agentzh
July 05, 2011 11:36PM
Hi, folks!

I'm glad to announce that ngx_rds_json v0.11 has been released:

https://github.com/agentzh/rds-json-nginx-module/downloads

This release includes the new directive "rds_json_format compact" to emit
very compact JSON like

[["id","name","age"],[1,"marry",18],[2,"bob",23],[3,"tom",9]]

instead of the more verbose default form

[{"id":1,"name":"marry","age":18},
{"id":2,"name":"bob","age":9},
{"id":3,"name":"tom","age":9}]

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.

You can find the complete documentation on its project page:

https://github.com/agentzh/rds-json-nginx-module

This module is included and enabled by default in the ngx_openresty bundle:
http://openresty.org

Have fun!
-agentzh
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

[ANN] ngx_rds_json v0.11: compact JSON output support

agentzh July 05, 2011 11:36PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 225
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready