AFNetworking posts JSON arrays as multiple single-entry dictionaries

前端 未结 4 1597
予麋鹿
予麋鹿 2020-12-19 13:26

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

4条回答
  •  借酒劲吻你
    2020-12-19 14:28

    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.

提交回复
热议问题