phpOMS/tests/DataStorage/File/testDb1.json
2019-03-09 18:53:33 +01:00

36 lines
603 B
JSON

{
"account": [
{
"id": 1,
"name": "acc1",
"status": 2
},
{
"id": 2,
"name": "acc2",
"status": 1
},
{
"id": 4,
"name": "acc4",
"status": 2
}
],
"news": [
{
"id": 1,
"title": "news1",
"by": 2
},
{
"id": 2,
"title": "news2",
"by": 4
},
{
"id": 4,
"title": "news4",
"by": 2
}
]
}