CNDP  22.08.0
jcfg Struct Reference

#include <jcfg_private.h>

Data Fields

struct jcfg_data data
 
char * str
 
struct json_object * root
 
struct json_tokener * tok
 

Detailed Description

Primary JCFG structure an internal structure.

Definition at line 33 of file jcfg_private.h.

Field Documentation

◆ data

struct jcfg_data data

Pointer to data section of jcfg

Definition at line 27 of file jcfg_private.h.

◆ str

char* str

allocated string pointing to json or jsonc text

Definition at line 35 of file jcfg_private.h.

◆ root

struct json_object* root

JSON root object

Definition at line 36 of file jcfg_private.h.

◆ tok

struct json_tokener* tok

pointer to tokener structure

Definition at line 37 of file jcfg_private.h.


The documentation for this struct was generated from the following file: