@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
| 24501 | /// @brief user-defined to_string function for JSON values |
| 24502 | /// @sa https://json.nlohmann.me/api/basic_json/to_string/ |
| 24503 | NLOHMANN_BASIC_JSON_TPL_DECLARATION |
| 24504 | std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j) |
| 24505 | { |
| 24506 | return j.dump(); |
| 24507 | } |
| 24508 | |
| 24509 | inline namespace literals |
| 24510 | { |