I am storing JSON objects retreived from web service to objects in javascript. In many places this gets stringified(This obj goes through some plugins and it strigifies and
Try
JSON.stringify(s).replace(/\\"/g, '"')