UNPKG
text2json
Version:
latest (2.2.3)
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.2.0
Performant parser for textual data (CSV parser)
github.com/nilobarp/text2json
nilobarp/text2json
text2json
/
test
/
spectrum
/
json
/
newlines.json
18 lines
(17 loc)
•
170 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ {
"a"
:
"1"
,
"b"
:
"2"
,
"c"
:
"3"
}, {
"a"
:
"Once upon
\n
a time"
,
"b"
:
"5"
,
"c"
:
"6"
}, {
"a"
:
"7"
,
"b"
:
"8"
,
"c"
:
"9"
} ]