namespace for Niels Lohmann
More...
|
| | detail |
| | detail namespace with internal helper functions
|
| |
namespace for Niels Lohmann
- See also
- https://github.com/nlohmann
- Since
- version 1.0.0
namespace to hold default to_json function to see why this is required: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html
◆ json
default JSON class
This type is the default specialization of the basic_json class which uses the standard template types.
- Since
- version 1.0.0
◆ ordered_json
ordered JSON class
This type preserves the insertion order of object keys.
- Since
- version 3.9.0
◆ NLOHMANN_CAN_CALL_STD_FUNC_IMPL() [1/2]
| nlohmann::NLOHMANN_CAN_CALL_STD_FUNC_IMPL |
( |
begin |
| ) |
|
◆ NLOHMANN_CAN_CALL_STD_FUNC_IMPL() [2/2]
| nlohmann::NLOHMANN_CAN_CALL_STD_FUNC_IMPL |
( |
end |
| ) |
|
◆ to_string()
user-defined to_string function for JSON values
This function implements a user-defined to_string for JSON objects.
- Parameters
-
- Returns
- a std::string object