Updated json_entities
This commit is contained in:
@@ -23,10 +23,10 @@ typedef enum {
|
||||
JSON_TRUE,
|
||||
JSON_FALSE,
|
||||
JSON_NULL,
|
||||
} jval_type_t;
|
||||
} jval_type;
|
||||
|
||||
struct json_val {
|
||||
jval_type_t type;
|
||||
jval_type type;
|
||||
union {
|
||||
jcoll_t *collection;
|
||||
const char *string;
|
||||
|
||||
Reference in New Issue
Block a user