hippie/source/data/demo.json
Stephan a500dd824d New JSON gulp plugin
- added json example file
- renamed json template input file
2019-03-19 18:15:35 +01:00

22 lines
243 B
JSON

{
"demo": [
{
"demo1": "1",
"demo2": "2"
},
{
"demo1": "1",
"demo2": "2"
},
{
"demo1": "1",
"demo2": "2"
}
],
"test": [
{
"test1": "3",
"test2": "4"
}
]
}