I am looking for some good technical details on Topic of WCF bindings, I am interested to know following things.
To add to the accepted answer, if you want to bind your JSON request to an object in WCF, use webHttpBinding
Here's an example on this.