namespace for Niels Lohmann
More...
namespace for Niels Lohmann
- See also
- https://github.com/nlohmann
- Since
- version 1.0.0
◆ 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
Definition at line 3409 of file json.hpp.
◆ ordered_json
ordered JSON class
This type preserves the insertion order of object keys.
- Since
- version 3.9.0
Definition at line 3421 of file json.hpp.
◆ 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
Definition at line 26357 of file json.hpp.