satyr  0.24.15.g3735.dirty
Data Fields
sr_json_value Struct Reference

Data Fields

struct sr_json_valueparent
 
enum sr_json_type type
 
union {
   int   boolean
 
   long long   integer
 
   double   dbl
 
   struct {
      unsigned   length
 
      char *   ptr
 
   }   string
 
   struct {
      unsigned   length
 
      struct {
         char *   name
 
         struct sr_json_value *   value
 
      }   values
 
   }   object
 
   struct {
      unsigned   length
 
      struct sr_json_value **   values
 
   }   array
 
u
 
union {
   struct sr_json_value *   next_alloc
 
   void *   object_mem
 
_reserved
 

Detailed Description

Examples:
/builddir/build/BUILD/satyr-0.24.15.g3735.dirty/include/koops/frame.h.

Definition at line 70 of file json.h.


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