单项选择题

A.myExample ={’someItem’=>2,’otherItem’=>20}
B.myExample ={’someItem’:2,’otherItem’:20}
C.myExample =(’someItem’=>2,’otherItem’=>20)
D.myExample =(’someItem’:2,’otherItem’:20)