Hi @stefan, apologies that I did not catch on to your significant first line --
Your code should not compile, as you have an array of type string, and you
assign to first element a whole seq of strings. That is invalid.
RunI will go back to this issue. The development version compiles and runs it anyway. The stable version breaks at an earlier parseJson point, where I again have an array containing strings from parseJson reading a valid json from the file system.
