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
/
empty.json
4 lines
•
72 B
JSON
View Raw
1
2
3
4
[
{
"a"
:
"1"
,
"b"
:
""
,
"c"
:
""
}
,
{
"a"
:
"2"
,
"b"
:
"3"
,
"c"
:
"4"
}
]