the post objects you get via the json api include comments. Take a look at the data you receive and the comments should be found under the comments array. Easy, I am doing the same as you but writing in native obj. c and convert the data into objects.
For posting all you need ot do is send a post request to the api with the post id and the other details you can see in the api details 😉