parseJSON bug
khurshid
khurshid.normuradov at gmail.com
Thu Aug 8 06:04:44 PDT 2013
On Thursday, 8 August 2013 at 12:38:39 UTC, SteveGuo wrote:
> On Thursday, 8 August 2013 at 12:08:00 UTC, khurshid wrote:
>>
>> std.json parseJSON has a bug,
>>
>> // leading whitespaces
>> auto json = parseJSON("1
>> .000");
>>
>> -- should throws, but it's success parsed as `1.000` .
>>
>>
>> Khurshid...
>
> I think bug reports should be here
> http://forum.dlang.org/group/digitalmars.D.bugs
I reported.
http://d.puremagic.com/issues/show_bug.cgi?id=10776
More information about the Digitalmars-d
mailing list