JST: JSON tools  1.0.0
JSON tools dynamic library for reading, manipulating and writing JSON tree
Data Fields
JST_Array Struct Reference

A JSON array. More...

#include <jstools.h>

Collaboration diagram for JST_Array:
Collaboration graph

Data Fields

struct JST_ArrayItem_ ** items
 Array of JST_ArrayItem. More...
 
unsigned count
 Cardinality of the previous array. More...
 
struct JST_Element_parent
 of type JST_ArrayItem or JST_Pair, case selector is parent->type More...
 

Detailed Description

A JSON array.

Definition at line 10 of file jstools.h.

Field Documentation

◆ count

unsigned count

Cardinality of the previous array.

Definition at line 12 of file jstools.h.

◆ items

struct JST_ArrayItem_** items

Array of JST_ArrayItem.

Definition at line 11 of file jstools.h.

◆ parent

struct JST_Element_* parent

of type JST_ArrayItem or JST_Pair, case selector is parent->type

Definition at line 13 of file jstools.h.


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