【发布时间】:2012-04-20 12:28:24
【问题描述】:
我有一个很大的 json 文件,它的结构有点像 json
- Lessons
[{ "1 ":
{ " name ": "abc" ,
" number ":"123" ,
"check ":
{ "name ":"abc1" ,
" quizes" :
[ { "Questions " :
[ { "questiontype ": "your name" ,
"questionstem " : "name"
" options " :
[{ answer : "1",
ident : "left",
feedback : "yes" ,
answer: "no",
ident : "yes",
feedback : "yes"}
{ answer
ident
feedback }
{ answer
ident
feedback }]
correct_answers }}
Questions
Questions
Questions
Questions
Questions
Questions
Questions
Questions
Questions ]
practise
show
name
quizes }
2
3}]
在我第一次从 json 读取数据之前,我只是为 json 树提供了一些值,我不知道如何读取它,请给我一些提示
【问题讨论】:
-
这不是一个正确的 Json,请使用 jsonlint.com 更正您的 JSON
-
这不是原始 json 我得到的文件只是那棵树的副本
标签: javascript jquery json