1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-06-15 06:08:10 +02:00

Some more docs yes

This commit is contained in:
jtarnstrom 2013-02-18 18:03:16 +01:00
parent 733bc2e907
commit ef9c927d9b

View File

@ -54,7 +54,7 @@ Decoders options
~~~~~~~~~~~~~~~~
precise_float
-------------
Set to enable usage of higher precision (stdtod) function when decoding string to double values. Default is to use fast but less precise builtin functionality.
Set to enable usage of higher precision (strtod) function when decoding string to double values. Default is to use fast but less precise builtin functionality.
>>> ujson.loads("4.56")
4.5600000000000005