Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このJSON文字列NSSArrayを jsonkit を使用して逆シリアル化するにはどうすればよいですか。
NSSArray
[{"answer": "AAA", "questionId": "1"}, {"answer": "BBB", "questionId": "2"}, ...]
このような何かがそれを行う必要があります:
NSDictionary *jsonDictionary = [jsonString objectFromJSONString]; NSArray *jsonValues = [jsonDictionary allValues];