I have a big json file it's structure is somewhat like 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}]
Above I am just providing tree of json with some value before this is first time I am reading data from json I don't have any idea how to read it plz give me some hints