I have a code, that parses JSON\'s list of questions and I can get every property. How can I iterate through the whole file and for each question create an object ?
<
for (item, content) in hoge { let level = content["level"].intValue }
that should work