Function json_writer::write_float
source · Expand description
If value is finite then value is converted to string and appended to buffer. If value is NaN or infinity, then the string “null” is appended to buffer (without the quotes)
If value is finite then value is converted to string and appended to buffer. If value is NaN or infinity, then the string “null” is appended to buffer (without the quotes)