json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
lsp_json_value Struct Reference
Collaboration diagram for lsp_json_value:

Public Attributes

enum lsp_json_type type
 
union { 
 
   int   bool_val 
 
   long   number_val 
 
   sstr_t   string_val 
 
   struct { 
 
      struct lsp_json_value *   items 
 
      int   count 
 
   }   array 
 
   struct { 
 
      char **   keys 
 
      struct lsp_json_value *   values 
 
      int   count 
 
   }   object 
 
u 
 

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