hippie/source/data/demo.json
Stephan Hagedorn cd870b1bfe NOTE test commit from wsl
Discrepancy from atom git status
2019-03-21 20:39:53 +01:00

22 lines
265 B
JSON

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