Hi I am sending the data in POST Body in JSON format via client to a java backed webscript. How should I read the parameter inside javabacked webscript.since I am not appending in the url request,getparameter is not going to work. what is the way to read the JSON data send via client in a java backed webscript?