nlohmann::basic_json::basic_json

create a null object

Synopsis

Declared in <nlohmann/json.hpp>

basic_json(std::nullptr_t value = nullptr) noexcept;

Parameters

NameDescription
valueThe object to construct from