One question to the audience : i've had a look at the swift iBook and noticed that dictionary are strongly typed. Which is great in a way, but now i wonder :
how would you create a json deserializer ( which conveniently deserialized into NSArray and NSDictionnary of anything ) ?
I didn't see any "object" or "id" type equivalent.
how would you create a json deserializer ( which conveniently deserialized into NSArray and NSDictionnary of anything ) ? I didn't see any "object" or "id" type equivalent.