Fixed it by changing into:

```
        import std.conv : text;
string json = File("../languages.json","r").byLineCopy().joiner.text;
        auto ls = json.parseJSON();
```

Reply via email to