GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A JSON object description. More...
#include <gp_json_reader.h>
Data Fields | |
const gp_json_obj_attr * | attrs |
A list of object attributes. | |
size_t | attr_cnt |
A size of attrs array. | |
A JSON object description.
Definition at line 269 of file gp_json_reader.h.
const gp_json_obj_attr* gp_json_obj::attrs |
A list of object attributes.
Attributes we are looking for, the parser sets the val->idx for these.
Definition at line 275 of file gp_json_reader.h.