![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
#include <QByteArray>#include <QVariant>#include <QIODevice>#include <QtDebug>#include <qjson/parser.h>
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... | |