|
Verilog Documentation Generator
|
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 |
Stores a single <key,value> pair.