diff options
Diffstat (limited to 'manual.txt')
-rw-r--r-- | manual.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ DISABLE_INVALID_NUMBERS:: Recommended on platforms where ++strtod++(3) / | |||
120 | ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Prevents | 120 | ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Prevents |
121 | +cjson.encode_invalid_numbers+ and +cjson.decode_invalid_numbers+ | 121 | +cjson.encode_invalid_numbers+ and +cjson.decode_invalid_numbers+ |
122 | from being enabled. However, +cjson.encode_invalid_numbers+ may be | 122 | from being enabled. However, +cjson.encode_invalid_numbers+ may be |
123 | set to +"null"+. | 123 | set to +"null"+. This option is unnecessary and is ignored when |
124 | using built-in floating point conversion. | ||
124 | 125 | ||
125 | 126 | ||
126 | Built-in dtoa() support | 127 | Built-in dtoa() support |