mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3344 HoloLens export: Allow for more human-readable JSON text output
This commit is contained in:
@@ -53,7 +53,7 @@ class Json
|
||||
{
|
||||
public:
|
||||
Json() {};
|
||||
QString encode(const QMap<QString,QVariant> &map);
|
||||
QString encode(const QMap<QString, QVariant>& map, bool prettify);
|
||||
QMap<QString, QVariant> decode(const QString &jsonStr);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user