LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
serializejson.h File Reference
#include "eitherfwd.h"
#include "void.h"
#include "sllconfig.h"
+ Include dependency graph for serializejson.h:
+ This graph shows which files directly or indirectly include this file:

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.
 
SerializeResult_t LC::Util::SerializeJsonToFile (const QString &filename, const QVariant &var, bool compact)