Firmware
Public Attributes | List of all members
bson_node_s Struct Reference

Node structure passed to the callback. More...

#include <tinybson.h>

Public Attributes

char name [BSON_MAXNAME]
 
bson_type_t type
 
bson_binary_subtype_t subtype
 
union {
   int64_t   i
 
   double   d
 
   bool   b
 
}; 
 

Detailed Description

Node structure passed to the callback.


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