1[
2    [
3        "col1", "col2"
4    ],
5    [
6        "line without enclosure", "second column"
7    ],
8    [
9        "enclosure \" in column", "hello \\"
10    ],
11    [
12        "line with enclosure", "second column"
13    ],
14    [
15        "column with enclosure \", and comma inside text", "second column enclosure in text \""
16    ],
17    [
18        "columns with\nnew line", "columns with\ttab"
19    ],
20    [
21        "Columns with WINDOWS\nnew line", "second"
22    ],
23    [
24        "column with \\n \\t \\\\", "second col"
25    ]
26]