@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
| 24342 | /// @brief user-defined to_string function for JSON values |
| 24343 | /// @sa https://json.nlohmann.me/api/basic_json/to_string/ |
| 24344 | NLOHMANN_BASIC_JSON_TPL_DECLARATION |
| 24345 | std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j) |
| 24346 | { |
| 24347 | return j.dump(); |
| 24348 | } |
| 24349 | |
| 24350 | inline namespace literals |
| 24351 | { |