Implements JsonUtility interface; imports / exports objects from / to json files using the Nlohmann json library.
More...
#include <json_utility_nlohmann.hpp>
Implements JsonUtility interface; imports / exports objects from / to json files using the Nlohmann json library.
Definition at line 17 of file json_utility_nlohmann.hpp.
◆ Deserialize()
◆ ExportSerializedJson()
void jsonio::NlohmannJsonUtility::ExportSerializedJson |
( |
nlohmann::json |
serialized_json, |
|
|
const std::string |
file_path |
|
) |
| |
|
private |
◆ ImplementExport() [1/2]
◆ ImplementExport() [2/2]
template<typename T >
void jsonio::NlohmannJsonUtility::ImplementExport |
( |
T & |
object, |
|
|
const std::string |
file_path |
|
) |
| |
|
inline |
◆ ImplementImport() [1/2]
◆ ImplementImport() [2/2]
template<typename T >
void jsonio::NlohmannJsonUtility::ImplementImport |
( |
T & |
object, |
|
|
const std::string |
file_path |
|
) |
| |
|
inline |
◆ ImportToSerializedJson()
nlohmann::json jsonio::NlohmannJsonUtility::ImportToSerializedJson |
( |
const std::string |
file_path | ) |
|
|
private |
◆ Serialize()
The documentation for this class was generated from the following files: