grunt-bake
Version:
Bake external includes into files to create static pages with no server-side compilation time
59 lines (55 loc) • 638 B
JSON
{
"en": {
"title": "Apple Pie",
"info": {
"author": "Mathias"
},
"bar": false,
"items": [
"foo",
"bar",
"baz",
"superman"
],
"object": {
"name": "John Dough",
"place": "Some place"
},
"empty": []
},
"de": {
"title": "Apfelstrudel",
"info": {
"author": "Mathias"
}
},
"rooms": [
{
"width": "9",
"depth": "5",
"height": "2"
},
{
"width": "4",
"depth": "2",
"height": "2.4"
}
],
"groups": [
{
"name": "A-Team",
"members": [
"Joane",
"Marc",
"Frank"
]
},
{
"name": "B-Team",
"members": [
"Mike",
"Lisa"
]
}
]
}