summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/convert/jsonconverter.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-091-13/+0
| | | | | | | | | Also remove the example code for deprecated methods and use CBOR instead where it makes sense. Task-number: QTBUG-81068 Change-Id: Iffb7a4b3d7b16a1e485fc05b3ab2e2468e9e0718 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Examples: add an example that converts between different file formatsThiago Macieira2018-07-041-0/+85
This example converts to and from: - Binary JSON - CBOR - CBOR Diagnostic notation (output only) - JSON - Null (output only) - QDataStream - QVariant dump (output only) - Text - XML Change-Id: Ibab69e0efefb40bdbf94fffd150b59f8c0da3174 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>