I\'m having a similar issue to the one discussed here.
I\'m attempting to post JSON to a server.
Here\'s the Objective-C code that should work, but
Ugly solutions are for the weak minded: How can I POST an NSArray of NSDictionaries inside an NSDictionary without problems?
The answer to this post contains all you need.