CNDP
22.08.0
|
#include <jcfg_private.h>
Data Fields | |
struct jcfg_data | data |
char * | str |
struct json_object * | root |
struct json_tokener * | tok |
Primary JCFG structure an internal structure.
Definition at line 33 of file jcfg_private.h.
struct jcfg_data data |
Pointer to data section of jcfg
Definition at line 27 of file jcfg_private.h.
char* str |
allocated string pointing to json or jsonc text
Definition at line 35 of file jcfg_private.h.
struct json_object* root |
JSON root object
Definition at line 36 of file jcfg_private.h.
struct json_tokener* tok |
pointer to tokener structure
Definition at line 37 of file jcfg_private.h.