|
HAL
|
#include "hal_core/defines.h"#include "rapidjson/document.h"#include <string>#include <vector>#include <unordered_map>
Go to the source code of this file.
Classes | |
| class | hal::JsonWriteData |
| class | hal::JsonWriteComplex |
| class | hal::JsonWriteObject |
| class | hal::JsonWriteArray |
| class | hal::JsonWriteDocument |
Namespaces | |
| hal | |
| hal::JsonConverter | |
Macros | |
| #define | RAPIDJSON_HAS_STDSTRING 1 |
Functions | |
| std::unordered_map< std::string, std::string > | hal::JsonConverter::stringToDictionary (const std::string &json_string) |
| std::string | hal::JsonConverter::dictionaryToString (const std::unordered_map< std::string, std::string > &key_values) |
| #define RAPIDJSON_HAS_STDSTRING 1 |
Definition at line 28 of file json_write_document.h.