Definition at line 1243 of file json.cpp.hpp.
1243 {
1245 bool first = true;
1246 for (const auto& item : bytes) {
1247 if (!first)
out.push_back(
',');
1248 first = false;
1249 fl::string num_str;
1250 num_str.
append(
static_cast<int>(item));
1252 }
1254 }
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
void append_str(const fl::string &str)
References fl::string::append(), append_str(), and out.