I have several json objects that come from the server. At the moment, I'm using the browsers' json functionalities (my application only supports modern browsers) to parse json to objects.
Should I be using a try/catch to make my app more robust or would using try/catch create another set of problems?