![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
#include "serializejson.h"
#include <QFile>
#include <QJsonDocument>
#include <QtDebug>
#include "either.h"
Go to the source code of this file.
Namespaces | |
namespace | LC |
namespace | LC::Util |
Functions | |
QByteArray | LC::Util::SerializeJson (const QVariant &var, bool compact=true) |
Serializes the given var to JSON representation. | |
Either< QString, Void > | LC::Util::SerializeJsonToFile (const QString &filename, const QVariant &var, bool compact) |