|
Firmware
|
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 | |
| }; | |
Node structure passed to the callback.
1.8.12