YAZ 5.37.0
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

◆ number

double json_node::number

Definition at line 57 of file json.h.

Referenced by json_parse_number(), and json_write_wrbuf_r().

◆ string

◆ type

◆ [union]


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