UNPKG
parser-transform
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Streaming+Async lexer and parser
gitlab.com/shimaore/symptomatic-glue
parser-transform
/
test
/
rows.json
15 lines
(14 loc)
•
208 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"total"
:
43
,
"indices"
:
[
"a"
,
"b"
,
"c"
]
,
"rows"
:
[
{
"_id"
:
"a"
,
"bob"
:
4
}
,
{
"_id"
:
"b"
,
"bob"
:
5
}
,
{
"_id"
:
"c"
,
"cat"
:
12
}
]
,
"entity"
:
"ACME"
,
"assets"
:
{
"dogs"
:
23
,
"cats"
:
46
}
}