Open
Description
Hi,
Supposing I'm having:
cleartext_buffer="{'foo': 12345, 'bar': { 'key1':['a', 'b', 'c'], 'key2':"string"}}"
Currently, is there such a C function that will build a struct msgpack_object
from cleartext_buffer
? It would be very useful because one can further call msgpack_pack_object()
, thus packing the cleartext_buffer very easy.
Thanks,
Stefan
Metadata
Metadata
Assignees
Labels
No labels