UNPKG
mojax
Version:
latest (2.0.0)
2.0.0
extendable ajax request module
mojax
/
test
/
tmp
/
db.json
10 lines
•
251 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"posts"
:
[
{
"id"
:
1
,
"title"
:
"json-server"
,
"author"
:
"typicode"
}
]
,
"comments"
:
[
{
"id"
:
1
,
"body"
:
"some comment 2"
,
"postId"
:
1
}
,
{
"id"
:
2
,
"body"
:
"some comment 2"
,
"postId"
:
1
}
]
,
"profile"
:
{
"name"
:
"typicode"
}
}