I'm writing a backend for my iPhone app and I'm looking for tutorials or sample code for writing the backend.
I'm using RestKit as the client. so it would be using JSON and a RESTful framework.
Thanks.
My main problem is that I don't know how to translate the request from the iPhone to return the corresponding objects and how to translate those models to JSON in the backend.