Post method using Afnetworking in Objective-C
问题 How to write the code to sending POST method for the below JSON format using Afnetworking. { Media { Photo : image.jpg, UserId : 2 }, Personal { Name : aaa, Age : 30 }, Education { College : xxx, Course : yyy }, } 回答1: Obviously that's not quite the actual format, but we can guess what you might have meant. Clearly, if those numeric values (the user id and age) are expected as strings, then quote then, but hopefully it illustrates what the Objective-C representation of that dictionary might