nlohmann::basic_json::basic_json

create a null object

Synopsis

Declared in <nlohmann/json.hpp>
basic_json(std::nullptr_t value = nullptr) noexcept;


Parameters

Name Description
value The object to construct from

Created with MrDocs