nlohmann::basic_json::basic_json

copy constructor

Synopsis

Declared in <nlohmann/json.hpp>

basic_json(basic_json const& other);

Parameters

NameDescription
otherThe object to copy construct from