MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / operator "" _json

Function operator "" _json

Source/Utils/json.hpp:25252–25255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25250*/
25251JSON_HEDLEY_NON_NULL(1)
25252inline nlohmann::json operator "" _json(const char* s, std::size_t n)
25253{
25254 return nlohmann::json::parse(s, s + n);
25255}
25256
25257/*!
25258@brief user-defined string literal for JSON pointer

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected