Verilog Documentation Generator
json_kvp Struct Reference

Stores a single <key,value> pair. More...

#include <veridoc-json.h>

Data Fields

union {
   int   integer
 IFF type == INT.
 
   json_object *   list
 IFF type == LIST.
 
   json_object *   object
 IFF type == OBJ.
 
   char *   string
 IFF type == STR.
 
}; 
 
char * key
 What sort of data type does the key point at?
 
json_kvp_type type
 

Detailed Description

Stores a single <key,value> pair.


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