|
ujson
Complete and simple JSON reader and writer written in C
|
A JSON object description. More...
#include <ujson_reader.h>

Data Fields | |
| const ujson_obj_attr * | attrs |
| A list of attributes. More... | |
| size_t | attr_cnt |
| A size of attrs array. | |
A JSON object description.
Definition at line 294 of file ujson_reader.h.
| const ujson_obj_attr* ujson_obj::attrs |
A list of attributes.
Attributes we are looking for, the parser sets the val->idx for these.
Definition at line 300 of file ujson_reader.h.