ujson
Complete and simple JSON reader and writer written in C
Data Fields
ujson_obj Struct Reference

A JSON object description. More...

#include <ujson_reader.h>

Collaboration diagram for ujson_obj:
Collaboration graph
[legend]

Data Fields

const ujson_obj_attrattrs
 A list of attributes. More...
 
size_t attr_cnt
 A size of attrs array.
 

Detailed Description

A JSON object description.

Definition at line 294 of file ujson_reader.h.

Field Documentation

◆ attrs

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.


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