I\'m newbie in iOS dev and I\'m trying to parse a local Json file such as
{\"quizz\":[{\"id\":\"1\",\"Q1\":\"When Mickey was born\",\"R1\":\"1920\",\"R2\":\"1
There seems to be a typo in your json file.
Replace "R4","1234","response","1920" with "R4":"1234","response":"1920" and "rep4","1234","reponse","1920" with "rep4":"1234","response":"1920"
"R4","1234","response","1920"
"R4":"1234","response":"1920"
"rep4","1234","reponse","1920"
"rep4":"1234","response":"1920"