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

A object attribute item has a parent and is a named-typed-value pair. More...

#include <jstools.h>

Collaboration diagram for JST_Pair_:
Collaboration graph

Data Fields

JST_Objectparent
 This property's owner. More...
 
JST_Element element
 The value associated with the name. More...
 
char * name
 This property's name. More...
 
struct JST_Pair_next
 A linked list is mandatory to preserve the properties's order. More...
 

Detailed Description

A object attribute item has a parent and is a named-typed-value pair.

Definition at line 93 of file jstools.h.

Field Documentation

◆ element

JST_Element element

The value associated with the name.

Definition at line 95 of file jstools.h.

◆ name

char* name

This property's name.

Definition at line 96 of file jstools.h.

◆ next

struct JST_Pair_* next

A linked list is mandatory to preserve the properties's order.

Definition at line 97 of file jstools.h.

◆ parent

JST_Object* parent

This property's owner.

Definition at line 94 of file jstools.h.


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