I am building a RESTful web service in PHP that accepts JSON as its payload . Now, my question is, how exactly do I describe to the user the format that the JSON request comes i
Dropbox is a good example of restful api that uses JSON as payload.
You will also get a good idea about how you can document your API as well.