UNPKG
html-streamer
Version:
latest (0.0.1)
0.0.1
streaming templating
html-streamer
/
example
/
db
/
data.json
22 lines
•
370 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"name"
:
"devin"
,
"age"
:
1
,
"birth"
:
1551577903697
}
,
{
"name"
:
"jim"
,
"age"
:
2
,
"birth"
:
1551577903698
}
,
{
"name"
:
"austin"
,
"age"
:
3
,
"birth"
:
1551577903699
}
,
{
"name"
:
"jamie"
,
"age"
:
4
,
"birth"
:
1551577903670
}
]