MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / operator "" _json

Function operator "" _json

3rd/nlohmann_json/include/nlohmann/json.hpp:9050–9053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9048*/
9049JSON_HEDLEY_NON_NULL(1)
9050inline nlohmann::json operator "" _json(const char* s, std::size_t n)
9051{
9052 return nlohmann::json::parse(s, s + n);
9053}
9054
9055/*!
9056@brief user-defined string literal for JSON pointer

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected