![]() |
das2C
das core C utilities (v3)
|
An element of a JSON dictionary. More...
#include <das2/json.h>
Data Fields | |
struct das_json_str_s * | name |
the name of this element | |
struct das_json_obj_s * | value |
the value of this element | |
struct das_json_dict_el_s * | next |
the next object element (can be NULL if the last element in the object) | |
An element of a JSON dictionary.