libdas2
das2 core C utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
das_json_dict_el Struct Reference

#include <das2/json.h>

Detailed Description

An element of a JSON dictionary.

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)
 

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