I am not sure if what I am going to ask is actually an NSDictionary with multiple keys but ok.
NSDictionary
What I want to do is create an NSDictionary
if you want multiple categories , you can follow this format
NSDictionary *jsonObject = @{ @"data1":@[ @{ @"title":@"A" @"subData" : @[ @{ @"title":@"aa" }] } ] };