passing JSON Object in request parameter
How can I pass JSON object like one below as part of request Parameter:
{
"promptType": "listview",
"promptHeader":" This is a header ",
"promptText":"Hi welcome to my world. do you want to play",
"promptChoices":[
{"returnValue": "yes", "label": "sure"},
{"returnValue": "no", "label": "not interested"}],
"promptFooter":[
{"returnValue": "bye", "label": "bye"},
{"returnValue": "thanks", "label": "Great"}],
"respTimeout":"180",
}