How to send a nested json request which includes an image in an array of dictionary ex:
@{"Contact" : @[@{
"id" : "x1",
"name" : "my product1",
"image" : #<image1>
},
{
"id" : "x2",
"name" : "my product2",
"image" : #<image2>
}]
};
We are taking reference from this link AFNetworking post image in nested json