[#nlohmann-basic_json-0c-2constructor-0c0] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0c.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-0c.adoc[basic_json] const& other); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | the basic_json object to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#