|
Lite³
A JSON-Compatible Zero-Copy Serialization Format
|
Struct representing a value inside a Lite³ buffer. More...
#include <lite3.h>
Data Fields | |
| uint8_t | type |
| uint8_t | val [] |
Struct representing a value inside a Lite³ buffer.
Lite³ prefixes all values with a 1-byte type tag, similar to tagged unions. To discover types inside a message, compare against the lite3_val.type field.
See lite3_val functions.