nlohmann::basic_json<>::basic_json

Construct from value_t

Synopsis

Declared in <nlohmann/json.hpp>
basic_json(value_t const v);


Parameters

Name Description
v The object to construct from

Created with MrDocs