@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
| 24453 | /// @brief user-defined to_string function for JSON values |
| 24454 | /// @sa https://json.nlohmann.me/api/basic_json/to_string/ |
| 24455 | NLOHMANN_BASIC_JSON_TPL_DECLARATION |
| 24456 | std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j) |
| 24457 | { |
| 24458 | return j.dump(); |
| 24459 | } |
| 24460 | |
| 24461 | inline namespace literals |
| 24462 | { |