![]() |
LeechCraft
0.6.70-15082-g543737046d
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 | |
LC | |
LC::Util | |
Functions | |
QVariant | LC::Util::ParseJson (const QByteArray &bytes, const char *context) |
Parses JSON content in the given bytearray. More... | |
QVariant | LC::Util::ParseJson (QIODevice *device, const char *context) |
Utility function parsing JSON from the device. More... | |