6 lines
178 B
Mathematica
6 lines
178 B
Mathematica
|
|
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
|
||
|
|
@"Joe Doe", @"name",
|
||
|
|
[NSNumber numberWithUnsignedInt:42], @"age",
|
||
|
|
[NSNull null], @"extra",
|
||
|
|
nil];
|