Start working on json_entities
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "aliases.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#if 0
|
||||
|
||||
typedef struct json_obj_pair jobj_pair_t;
|
||||
typedef struct json_coll jcoll_t;
|
||||
typedef struct json_val jval_t;
|
||||
@@ -48,4 +50,6 @@ struct json_coll {
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // !JSON_TEST_H
|
||||
|
||||
Reference in New Issue
Block a user