We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if I do: QCBOREncode_OpenArrayInMapN(qec, keyint);
can I then call QCBOREncode_AddTag(qec, MyTag);
to insert a tag before the array is started?