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

A JSON Value may be an object, an array, a boolean, a number or a string. More...

#include <jstools.h>

Collaboration diagram for JST_Value:
Collaboration graph

Data Fields

JST_Object object
 
JST_Array array
 
bool boolean
 
int64_t integer
 
double dbl
 
char * string
 

Detailed Description

A JSON Value may be an object, an array, a boolean, a number or a string.

The number is splitted here in integer (64 bits) and double.

Definition at line 40 of file jstools.h.

Field Documentation

◆ array

JST_Array array

Definition at line 42 of file jstools.h.

◆ boolean

bool boolean

Definition at line 43 of file jstools.h.

◆ dbl

double dbl

Definition at line 45 of file jstools.h.

◆ integer

int64_t integer

Definition at line 44 of file jstools.h.

◆ object

JST_Object object

Definition at line 41 of file jstools.h.

◆ string

char* string

Definition at line 46 of file jstools.h.


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