libcbor
0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
|
Simple pair of items for use in maps. More...
#include <data.h>
Data Fields | |
cbor_item_t * | key |
cbor_item_t * | value |
cbor_item_t* cbor_pair::key |
cbor_item_t * cbor_pair::value |