Our enterprise app currently uses Json.js I downloaded the JQuery js file, included it in a page that uses json and I started getting Javascript errors in the json.js file. The error is:
Microsoft JScript runtime error: Object doesnt suppor this propety or method
Is this a known issue?
EDIT: I am not sure where this json.js file was downloaded from (a coworker had done this). However, the json.js looks like this:
json.js
2007-04-13
Public Domain
This file adds these methods to JavaScript:
array.toJSONString()
boolean.toJSONString()
date.toJSONString()
number.toJSONString()
object.toJSONString()
string.toJSONString()
I replaced this file with json2.js and it appears that the new file does not have parseJSON() function. We use this function in several pages.