#include <map>
#include <vector>
#include <wx/string.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
|
| wxString | EASYEDAPRO::V3JsonToString (const nlohmann::json &aValue, const wxString &aDefault) |
| |
| wxString | EASYEDAPRO::V3GetString (const nlohmann::json &aObj, const char *aKey, const wxString &aDefault) |
| |
| wxString | EASYEDAPRO::V3GetString (const nlohmann::json &aObj, const wxString &aKey, const wxString &aDefault) |
| |
| double | EASYEDAPRO::V3GetDouble (const nlohmann::json &aObj, const char *aKey, double aDefault) |
| |
| int | EASYEDAPRO::V3GetInt (const nlohmann::json &aObj, const char *aKey, int aDefault) |
| |
| bool | EASYEDAPRO::V3GetBool (const nlohmann::json &aObj, const char *aKey, bool aDefault) |
| |
| bool | EASYEDAPRO::V3IsNullOrMissing (const nlohmann::json &aObj, const char *aKey) |
| |
| nlohmann::json | EASYEDAPRO::V3ParseIdArray (const wxString &aId) |
| |