parseJSON bug

khurshid khurshid.normuradov at gmail.com
Thu Aug 8 05:07:57 PDT 2013


std.json  parseJSON has a bug,

//                         leading whitespaces
auto json = parseJSON("1                                  .000");

-- should throws, but it's success parsed as `1.000` .


Khurshid...


More information about the Digitalmars-d mailing list