LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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

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.