我有一个 json 的形式:
{
"SentenceFacts": [
{
"Objective : ": "none"
},
{
" Seeking a challenging position where my analytical and problem solving skills can be put in for the successful execution of the organizations projects .": "none"
},
{
"Summary : ": "none"
} ]
}
如何使用 jQuery / JS 获取其中的每个名称值对?
我需要在 [ ]
我已经看到了建议$.each()
功能的解决方案,但这似乎仅适用于 JSON 格式{name:value}
。
对不起,我是新手……