![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
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. |