Definition at line 1230 of file json.cpp.hpp.
1230 {
1232 bool first = true;
1233 for (const auto& item : audio) {
1234 if (!first)
out.push_back(
',');
1235 first = false;
1236 fl::string num_str;
1237 num_str.
append(
static_cast<int>(item));
1239 }
1241 }
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
void append_str(const fl::string &str)
References fl::string::append(), append_str(), and out.