#include <json.h>
Public Attributes | |
| JsonNode * | parent |
| JsonNode * | prev |
| JsonNode * | next |
| char * | key |
| JsonTag | tag |
| union { | |
| bool bool_ | |
| char * string_ | |
| double number_ | |
| struct { | |
| JsonNode * head | |
| JsonNode * tail | |
| } children | |
| }; | |
| union { ... } |
| bool bool_ |
| struct { ... } children |
| JsonNode* head |
| char* key |
| JsonNode * next |
| double number_ |
| JsonNode* parent |
| JsonNode* prev |
| char* string_ |
| JsonTag tag |
| JsonNode * tail |
1.8.17