lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
cJSON Struct Reference

#include <cJSON.h>

Data Fields

struct cJSONchild
struct cJSONnext
struct cJSONprev
char * string
int type
double valuedouble
int valueint
char * valuestring

Detailed Description

Definition at line 103 of file cJSON.h.

Field Documentation

◆ child

struct cJSON* cJSON::child

Definition at line 109 of file cJSON.h.

◆ next

struct cJSON* cJSON::next

Definition at line 106 of file cJSON.h.

◆ prev

struct cJSON* cJSON::prev

Definition at line 107 of file cJSON.h.

◆ string

char* cJSON::string

Definition at line 122 of file cJSON.h.

◆ type

int cJSON::type

Definition at line 112 of file cJSON.h.

◆ valuedouble

double cJSON::valuedouble

Definition at line 119 of file cJSON.h.

◆ valueint

int cJSON::valueint

Definition at line 117 of file cJSON.h.

◆ valuestring

char* cJSON::valuestring

Definition at line 115 of file cJSON.h.


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