Thread overview
[Issue 14399] std.json cannot parse its own output for nan
Apr 03, 2015
bb.temp@gmx.com
Apr 03, 2015
ag0aep6g@gmail.com
Apr 20, 2015
bb.temp@gmx.com
Mar 21, 2020
Basile-z
April 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14399

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bb.temp@gmx.com

--- Comment #1 from bb.temp@gmx.com ---
according to this discussion, it seems that the problem appends when the value is written: "null" should be written instead of "nan":

http://tools.ietf.org/html/rfc4627

" Numeric values that cannot be represented as sequences of digits
   (such as Infinity and NaN) are not permitted."



(https://code.google.com/p/go/issues/detail?id=3480)

--
April 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14399

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |ag0aep6g@gmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #2 from ag0aep6g@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/3141

--
April 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14399

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=14399

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--