I want to use JSON as input and output format for the API's.
I am able to create webservices with HTTP POST method and Input format as JSON, but I am not able to do the same with HTTP GET request.
So, is it even possible to use JSON Input format for GET request ?