我无法理解如何解析或读取JSON数据,请帮助我..
这是我的JSON
的结构{
MENU: [
{
channel: "header",
backgroundColor: "#e6e6e6"
},
{
channel: "ad",
title: "titel",
icon: "image.png"
link: "some_url"
},
{
channel: "videos",
title: "Videos",
icon: "",
feed: "some_url"
},
{
channel: "header",
background: "#e6e6e6"
}
]
}