QtCS2017 CBOR: Difference between revisions
Jump to navigation
Jump to search
(Added a CBOR page) |
(No difference)
|
Revision as of 11:20, 10 October 2017
- Want to create a DOM for CBOR
- Pass it a QByteArray
- Have a tree structure like QJSONDocument
- QCBORValue analogous to QJSONValue
- QCBORDocument needs to have the same behaviour as QJSONDocument
- Support indexed parsing
- Map of CBOR tags to Qt types