A collection of helper functions for Qt to use with nlohmann/json
Adds support for deserialization of the following Qt types from basic_json:
QStringQUrlQDateTimewithQt::ISODateWithMsQVector<T>QList<T>QVariantListQVariantMap- A limited subset of values stored in
QVariant:QVariantListQVariantMapQStringdoubleboolintunsigned intlong long intunsigned long long int- All other values are converted to a
nullJSON value.
This is a header-only library. Add the header to your include paths or use CMake and link against nlohmann_json_qt.