Cocoa-Touch - How parse local Json file

前端 未结 5 1293
鱼传尺愫
鱼传尺愫 2020-12-14 03:40

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

5条回答
  •  失恋的感觉
    2020-12-14 04:36

    Use jsonlint.com to find errors in your JSON string.
    In this case, it says you have non-valid JSON near "R4"

提交回复
热议问题