nlohmann
::
basic_json
::array_t
a type for an array
Synopsis
Declared in
<nlohmann/json.hpp>
using array_t = ArrayType<basic_json, AllocatorType<basic_json>>;
Created with
MrDocs