{ "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 } ] }