|
OpenMoHAA 0.83.0
|
namespace for Niels Lohmann More...
Namespaces | |
| namespace | detail |
| detail namespace with internal helper functions | |
Classes | |
| struct | adl_serializer |
| default JSONSerializer template argument More... | |
| class | basic_json |
| a class to store JSON values More... | |
| class | json_pointer |
| JSON Pointer. More... | |
| struct | json_sax |
| SAX interface. More... | |
Typedefs | |
| using | json = basic_json<> |
| default JSON class | |
Functions | |
| NLOHMANN_BASIC_JSON_TPL_DECLARATION std::string | to_string (const NLOHMANN_BASIC_JSON_TPL &j) |
| user-defined to_string function for JSON values | |
namespace for Niels Lohmann
namespace to hold default to_json function
| using nlohmann::json = basic_json<> |
default JSON class
This type is the default specialization of the basic_json class which uses the standard template types.
| NLOHMANN_BASIC_JSON_TPL_DECLARATION std::string nlohmann::to_string | ( | const NLOHMANN_BASIC_JSON_TPL & | j | ) |
user-defined to_string function for JSON values
This function implements a user-defined to_string for JSON objects.
| [in] | j | a JSON object |