MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / json_value

Function json_value

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

default constructor (for null values)

Source from the content-addressed store, hash-verified

992
993 /// default constructor (for null values)
994 json_value() = default;
995 /// constructor for booleans
996 json_value(boolean_t v) noexcept : boolean(v) {}
997 /// constructor for numbers (integer)

Callers

nothing calls this directly

Calls 2

createFunction · 0.70
basic_jsonFunction · 0.70

Tested by

no test coverage detected