[#nlohmann-basic_json-0e-object_t] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0e.adoc[basic_json<>]::object_t :relfileprefix: ../../ :mrdocs: a type for an object == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using object_t = map<basic_string<char>, basic_json, default_object_comparator_t, allocator<std::pair<basic_string<char> const, basic_json>>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#