Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rekgrpth/ngx_http_json_module
- Owner: RekGRpth
- License: mit
- Created: 2019-06-25T06:31:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T16:05:24.000Z (9 months ago)
- Last Synced: 2024-04-18T17:58:10.496Z (9 months ago)
- Topics: c, json, nginx
- Language: C
- Homepage:
- Size: 210 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Module:
### Directives:
Syntax: json_load $json string;
Default: ——
Context: http, server, locationLoads string (may contains variables) into (json) variable $json.
Syntax: json_dump $string $json [name ...];
Default: ——
Context: http, server, locationDumps (json) variable $json into (string) variable $string (may point path by names).