Navigator2Go
2.0
Manage your local Ocean Navigator installation.
Main Page
Classes
Files
File List
jsonio.h
1
#ifndef JSONIO_H
2
#define JSONIO_H
3
4
#include "nodiscard.h"
5
6
#include <QJsonDocument>
7
#include <QJsonObject>
8
9
namespace
IO
{
10
/***********************************************************************************/
12
NODISCARD QJsonDocument LoadJSONFile(
const
QString& path,
const
bool
showMsgBox =
true
);
13
14
/***********************************************************************************/
16
void
WriteJSONFile(
const
QString& path,
const
QJsonObject& obj = QJsonObject());
17
18
}
// namespace IO
19
20
#endif // JSONIO_H
IO
Definition:
ioutils.cpp:17
app
jsonio.h
Generated by
1.8.11