nlohmann::basic_json<>::basic_json

Construct from nullptr_t

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