std.json parseJSON has a bug, // leading whitespaces auto json = parseJSON("1 .000"); -- should throws, but it's success parsed as `1.000` . Khurshid...