GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_json_val Struct Reference

A parsed JSON key value pair. More...

#include <gp_json_reader.h>

Data Fields

char * buf
 
size_t idx
 
union { 
 
};  
 
char id [64]
 

Detailed Description

A parsed JSON key value pair.

Definition at line 54 of file gp_json_reader.h.

Field Documentation

◆ [union]

union { ... } gp_json_val

An union to store the parsed value into.

◆ buf

char* gp_json_val::buf

An user supplied buffer and size to store a string values to.

Definition at line 58 of file gp_json_reader.h.

◆ id

char gp_json_val::id[64]

An ID for object values

Definition at line 74 of file gp_json_reader.h.

◆ idx

size_t gp_json_val::idx

An index to attribute list, set by the foo_obj_filter() functions

Definition at line 62 of file gp_json_reader.h.


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