MCPcopy Create free account
hub / github.com/M4THYOU/TokenDagger / string to_string

Method string to_string

src/nlohmann/json.hpp:24455–24459  ·  view source on GitHub ↗

@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected