41 reader.enterContainer();
43 while(reader.hasNext())
53 reader.leaveContainer();
62 for(
auto const &[key, val] : *
this)
64 cv_array.append(val.toJsonObject());
simple override of the raw QCborStreamReader This adds convenient functions to put CBOR data into C++...
void fromCbor(CborStreamReader &reader)
fill the structure reading data from a CBOR stream
QJsonArray toJsonArray() const
write the structure to a JSON array
void fromCbor(CborStreamReader &reader)