Json Array, as following is accessible to parse,
{
"movieCategories": [
"a" : "Animation",
"b" :"Romance",
"c" :"Science Fiction"
"d" : "Western"
]
}
现在, 我收到了一份Json的答复,该答复随后存放在电影院。 json案。
{
"movieCategories": [
"Animation",
"Romance",
"Science Fiction",
"Western"
]
}
我不清楚如何平整上述支架。 愿提供帮助。
谢谢。