Lines Matching defs:array
37 if (in.type() == nlohmann::json::value_t::array)
39 // remove brackets and comma from array
40 std::string array = in.dump();
41 array = array.substr(1, array.size() - 2);
42 std::ranges::replace(array, ',', ' ');
43 return array;
277 findExposes->type() != nlohmann::json::value_t::array)
309 // the exportTemplates array in the devices.hpp file.