YAZ  5.34.0
Data Fields
json_node Struct Reference

JSON node. More...

#include <json.h>

Data Fields

enum json_node_type type
 
union {
   char *   string
 
   double   number
 
   struct json_node *   link [2]
 
u
 

Detailed Description

JSON node.

Definition at line 53 of file json.h.

Field Documentation

◆ link

struct json_node* json_node::link[2]

◆ number

double json_node::number

Definition at line 57 of file json.h.

Referenced by json_parse_number().

◆ string

char* json_node::string

◆ type

enum json_node_type json_node::type

◆ 

union { ... } json_node::u

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