the problem with the json.js file is that such library extends the Object's prototype that in turn breaks our code.

If you use the updated version of the json library (http://www.JSON.org/json2.js ) no conflicts will occur.

hope that helps.