MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / operator "" _json

Function operator "" _json

Source/external/json.hpp:24314–24317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24312/// @sa https://json.nlohmann.me/api/basic_json/operator_literal_json/
24313JSON_HEDLEY_NON_NULL(1)
24314inline nlohmann::json operator "" _json(const char* s, std::size_t n)
24315{
24316 return nlohmann::json::parse(s, s + n);
24317}
24318
24319/// @brief user-defined string literal for JSON pointer
24320/// @sa https://json.nlohmann.me/api/basic_json/operator_literal_json_pointer/

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected