LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
parsejson.h File Reference
#include <QByteArray>
#include <QVariant>
#include <QIODevice>
#include <QtDebug>
#include <QJsonDocument>
+ Include dependency graph for parsejson.h:

Go to the source code of this file.

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

QVariant LeechCraft::Util::ParseJson (const QByteArray &bytes, const char *context)
 Parses JSON content in the given bytearray. More...
 
QVariant LeechCraft::Util::ParseJson (QIODevice *device, const char *context)
 Utility function parsing JSON from the device. More...