Definition at line 1256 of file json.cpp.hpp.
1256 {
1258 bool first = true;
1259 for (const auto& item : floats) {
1260 if (!first)
out.push_back(
',');
1261 first = false;
1262#if FL_PLATFORM_HAS_LARGE_MEMORY
1263
1264
1266#else
1267
1268 (void)item;
1270#endif
1271 }
1273 }
fl::string ieee754_format_decimal(u32 bits, int precision) FL_NOEXCEPT
Format IEEE 754 single-precision bits as decimal text.
To bit_cast(const From &from) FL_NOEXCEPT
void append_str(const fl::string &str)
References append_str(), fl::bit_cast(), fl::ieee754_format_decimal(), and out.