#include <JSONHelper.hpp>
|
| static rapidjson::Document | OpenJSON (std::string const &filePath) |
| | Enter a full path towards the json folder location, and it'll return you a document. More...
|
| |
| static rapidjson::Document | WriteToJson (std::string const filePath, rapidjson::Document &document, bool destroyOldJson=false) |
| |
| static void | MergeDocuments (rapidjson::Document &originalDocument, rapidjson::Document &documentToAdd, bool overwriteValues=true) |
| |
Definition at line 16 of file JSONHelper.hpp.
| void Common::JsonHelper::MergeDocuments |
( |
rapidjson::Document & |
originalDocument, |
|
|
rapidjson::Document & |
documentToAdd, |
|
|
bool |
overwriteValues = true |
|
) |
| |
|
static |
| rapidjson::Document Common::JsonHelper::OpenJSON |
( |
std::string const & |
filePath | ) |
|
|
static |
Enter a full path towards the json folder location, and it'll return you a document.
Definition at line 10 of file JSONHelper.cpp.
| rapidjson::Document Common::JsonHelper::WriteToJson |
( |
std::string const |
filePath, |
|
|
rapidjson::Document & |
document, |
|
|
bool |
destroyOldJson = false |
|
) |
| |
|
static |
| friend class FlatFileSystem |
|
friend |
The documentation for this class was generated from the following files: