src/core/ngx_json.h - nginx-1.31.4 nginx/ @ 8d9666701

Macros defined

Source code


  1. /*
  2. * Copyright (C) Nginx, Inc.
  3. */


  4. #ifndef _NGX_JSON_H_INCLUDED_
  5. #define _NGX_JSON_H_INCLUDED_


  6. #include <ngx_config.h>
  7. #include <ngx_core.h>


  8. ngx_buf_t *ngx_json_render(ngx_pool_t *pool, ngx_data_item_t *item);


  9. #endif /* _NGX_JSON_H_INCLUDED_ */