[#nlohmann-basic_json-00-2constructor-0f] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-00.adoc[basic_json]::basic_json :relfileprefix: ../../ :mrdocs: copy constructor == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- basic_json(xref:nlohmann/basic_json-00.adoc[basic_json] const& other); ---- == Parameters [cols=2] |=== | Name | Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#