UNPKG
feat.js
Version:
latest (0.0.9-pre)
1.0.1
1.0.0
0.0.9
0.0.9-pre
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-pre
The Feat.JS Framework; Easy, powerful and fast.
github.com/Feat-js/feat
Feat-js/feat
feat.js
/
test
/
posts.json
17 lines
•
371 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{
"title"
:
"Test1"
,
"body"
:
"This is very cool and epic!"
,
"published"
:
true
}
,
{
"title"
:
"Test2"
,
"body"
:
"This is very cool and epic but the second thing :) "
,
"published"
:
false
}
,
{
"title"
:
"Test3"
,
"body"
:
"Third thing is this"
,
"published"
:
true
}
]