我正在尝试从链接下载包含最新新闻的 JSON 文件,然后使用 JSON 文件中的新闻文章填充新闻页面,但我无法让它工作。
这是我的 JSON 文件:
[
"sections": {
{
"title": "category 1",
"color": 2,
"posts": [
{
"title": "Test 1",
"date": 17-09-2019,
"images": {
"launcher_preview": "testimage.png",
"imageName2": "testimage.png"
},
"href": "https://testlink.com"
},
{
"title": "Test 2",
"date": 17-09-2019,
"images": {
"launcher_preview": "testimage2.png",
"imageName2": "testiamge2.png"
},
"href": "https://testlink2.com"
}
]
},
{
"title": "category 2",
"color": 2,
"posts": [
{
"title": "Test 3",
"date": 17-09-2019,
"images": {
"launcher_preview": "testimage3.png",
"imageName2": "testimage3.png"
},
"href": "https://testlink3.com"
}
]
}
}
]
我不确定是什么导致了这个错误,我认为我的 JSON 格式不正确,但我不确定,这里有人能看到是什么导致了这个错误吗?
繁星淼淼
慕姐8265434
陪伴而非守候
相关分类