@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
| 24298 | /// @brief user-defined to_string function for JSON values |
| 24299 | /// @sa https://json.nlohmann.me/api/basic_json/to_string/ |
| 24300 | NLOHMANN_BASIC_JSON_TPL_DECLARATION |
| 24301 | std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j) |
| 24302 | { |
| 24303 | return j.dump(); |
| 24304 | } |
| 24305 | |
| 24306 | inline namespace literals |
| 24307 | { |