gos_msgpack_object_dict_t Struct Reference

Detailed Description

MessagePack Dictionary (aka map) object

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

See also
gos_msgpack_get_dict_object() for retrieving objects from a dictionary
Examples:
utility/msgpack/read_write_buffer.c, and utility/msgpack/read_write_stream.c.