msgpack_object_dict_t Struct Reference

MessagePack Dictionary (aka map) object. More...

Detailed Description

MessagePack Dictionary (aka map) object.

A dictionary is composed of zero or more key/value pairs

See also
msgpack_get_dict_object() for retrieving objects from a dictionary
Examples:
cloud/s2cbasic/platform_streams.c, and cloud/s2cdemo/zentri_platform_streams.c.