Robotran C Documentation
Public Attributes | List of all members
JsonNode Struct Reference

#include <json.h>

Public Attributes

JsonNodeparent
 
JsonNodeprev
 
JsonNodenext
 
char * key
 
JsonTag tag
 
union {
   bool   bool_
 
   char *   string_
 
   double   number_
 
   struct {
      JsonNode *   head
 
      JsonNode *   tail
 
   }   children
 
}; 
 

Member Data Documentation

◆ @1

union { ... }

◆ bool_

bool bool_

◆ children

struct { ... } children

◆ head

JsonNode* head

◆ key

char* key

◆ next

JsonNode * next

◆ number_

double number_

◆ parent

JsonNode* parent

◆ prev

JsonNode* prev

◆ string_

char* string_

◆ tag

JsonTag tag

◆ tail

JsonNode * tail

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