Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rekgrpth/ngx_http_json_module


https://github.com/rekgrpth/ngx_http_json_module

c json nginx

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Module:

### Directives:

Syntax: json_load $json string;
Default: ——
Context: http, server, location

Loads string (may contains variables) into (json) variable $json.

Syntax: json_dump $string $json [name ...];
Default: ——
Context: http, server, location

Dumps (json) variable $json into (string) variable $string (may point path by names).