Cthulhu
0.2.10
Cthulhu compiler collection
json.inc
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-3.0-only
2
3
#ifndef JSON_TYPE
4
# define JSON_TYPE(id, str)
5
#endif
6
7
JSON_TYPE
(eJsonString,
"string"
)
8
JSON_TYPE
(eJsonInteger, "integer")
9
JSON_TYPE
(eJsonFloat, "
float
")
10
JSON_TYPE
(eJsonBoolean, "
boolean
")
11
JSON_TYPE
(eJsonArray, "array")
12
JSON_TYPE
(eJsonObject, "
object
")
13
JSON_TYPE
(eJsonNull, "null")
14
15
#undef JSON_TYPE
JSON_TYPE
#define JSON_TYPE(id, str)
Definition:
json.inc:4
support
json
include
json
json.inc
Generated by
1.9.1