The following code works in 2.067.1 and no longer works in 2.068.0
----------
import std.stdio;
import std.json;
import std.algorithm;
void main() {
auto ls = File("test.json","r").byLineCopy().joiner.parseJSON();
}
----------
Unfortunately, digger was not able to find out where this was introduced for some reason.
Comment #1 by dlang-bugzilla — 2015-12-08T20:15:36Z