[#nlohmann-basic_json-0e-get_to-00] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0e.adoc[basic_json<>]::get_to :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, std::size_t N, typename Array = T(&)[]> requires detail::has_from_json<basic_json_t, Array>::value Array get_to(T(& v)[]) const noexcept(noexcept(JSONSerializer<Array, void>::from_json(std::declval<const basic_json_t &>(), v))); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#