UNPKG
mytryforpackaging
Version:
latest (1.0.0)
1.0.0
this is the trial pack
mytryforpackaging
/
src
/
myjson.json
16 lines
•
329 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"posts"
:
[
{
"id"
:
1
,
"title"
:
"json-server"
,
"authorName"
:
"typicode"
,
"authorUrl"
:
"https://github.com/typicode"
}
,
{
"id"
:
2
,
"title"
:
"http-server"
,
"authorName"
:
"indexzero"
,
"authorUrl"
:
"https://github.com/indexzero"
}
]
}