The newly released Xcode 4.4 let’s you create literals for NSArray, NSDictionary, and NSNumber just like you can with NSString. You can also use []
syntax to access containers such as NSArray and NSDictionary.
Hit the source link for a full list of example code.