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