https://github.com/rekgrpth/ngx_http_json_module
https://github.com/rekgrpth/ngx_http_json_module
c json nginx
Last synced: about 1 year 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T19:09:15.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:21:19.694Z (over 1 year ago)
- Topics: c, json, nginx
- Language: C
- Homepage:
- Size: 211 KB
- Stars: 3
- Watchers: 0
- 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, 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).