FreeWRL / FreeX3D 4.3.0
JSON_value_struct Struct Reference

Data Fields

union { 
 
   JSON_int_t   integer_value 
 
   double   float_value 
 
   struct { 
 
      const char *   value 
 
      size_t   length 
 
   }   str 
 
vu 
 

Detailed Description

Definition at line 81 of file cson_amalgamation_core.c.

Field Documentation

◆ float_value

double JSON_value_struct::float_value

Definition at line 85 of file cson_amalgamation_core.c.

◆ integer_value

JSON_int_t JSON_value_struct::integer_value

Definition at line 83 of file cson_amalgamation_core.c.

◆ length

size_t JSON_value_struct::length

Definition at line 89 of file cson_amalgamation_core.c.

◆ value

const char* JSON_value_struct::value

Definition at line 88 of file cson_amalgamation_core.c.


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