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
You can avoid that simply by calling JSON.stringify() exactly once on the data you want turn into JSON.