I got a JSON object. After parsing the output looks something like this:
{"RMPM":"\/Date(1415094949000)\/","S&P\u0027s":"\/Date(1415094949000)\/","Moody\u0027s":"\/Date(1415094949000)\/"}
Can anyone please let me know an elegant way of making it a clean JSON object. I want to remove / and u0027s from the output.
Thanks Shiva