![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "sllconfig.h"#include <stdexcept>#include <QJsonArray>#include <QJsonDocument>#include <QJsonObject>#include <QJsonValue>Go to the source code of this file.
Classes | |
| class | LC::Util::UnexpectedJson |
Namespaces | |
| namespace | LC |
| namespace | LC::Util |
Functions | |
| Either< QString, QJsonDocument > | LC::Util::ToJson (const QByteArray &json) |
| template<QJsonValue::Type Expected> | |
| auto | LC::Util::As (const QJsonValue &value) |
| template<QJsonValue::Type Expected> | |
| auto | LC::Util::As (const QJsonDocument &doc) |