# nlohmann_json_qt **Repository Path**: petric/nlohmann_json_qt ## Basic Information - **Project Name**: nlohmann_json_qt - **Description**: git from github.com - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-19 - **Last Updated**: 2025-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nlohmann_json_qt A collection of helper functions for Qt to use with nlohmann/json Adds support for deserialization of the following Qt types from `basic_json`: * `QString` * `QUrl` * `QDateTime` with `Qt::ISODateWithMs` * `QVector` * `QList` * `QVariantList` * `QVariantMap` * A limited subset of values stored in `QVariant`: * `QVariantList` * `QVariantMap` * `QString` * `double` * `bool` * `int` * `unsigned int` * All other values are converted to a `null` JSON value. This is a header-only library. Add the header to your include paths or use CMake and link against `nlohmann_json_qt`.