![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
Modular cross-platform feature rich live environment.
|
#include <QByteArray>#include <QVariant>#include <QIODevice>#include <QtDebug>#include <QJsonDocument>Go to the source code of this file.
Namespaces | |
| namespace | LC |
| namespace | LC::Util |
Functions | |
| QVariant | LC::Util::ParseJson (const QByteArray &bytes, const char *context) |
| Parses JSON content in the given bytearray. | |
| QVariant | LC::Util::ParseJson (QIODevice *device, const char *context) |
| Utility function parsing JSON from the device. | |