I have this code (below)..
$.ajax ({ type: \"POST\", url: \"../WebServices/Feedback.svc/sendfeedback\", dataType: \'json\', async: false,
pass data thru as an object instead of a string:
$.ajax ({ ... data: {stars: stars, rating: rating...(etc)} });