aboutsummaryrefslogtreecommitdiff
path: root/src/njs_json.h
blob: 179bd151848b783bad6bf2cfcc91f7f72229cca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) Dmitry Volyntsev
 * Copyright (C) NGINX, Inc.
 */

#ifndef _NJS_JSON_H_INCLUDED_
#define _NJS_JSON_H_INCLUDED_


extern const njs_object_init_t  njs_json_object_init;


#endif /* _NJS_JSON_H_INCLUDED_ */