Switched to using new Function instead of eval for handling JSON parsing (Fixes bug...
authorJohn Resig <jeresig@gmail.com>
Wed, 20 May 2009 21:28:48 +0000 (21:28 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 20 May 2009 21:28:48 +0000 (21:28 +0000)
commit90a87c03b4943d75c24bc5e6246630231d12d933
tree55f27f77ffe01bb48179f95af41120e920555948
parenta0451f162e95b552f9dc307b8529c114edeab417
Switched to using new Function instead of eval for handling JSON parsing (Fixes bug #4680). Added support for JSON.parse, if it exists (Fixes bug #4429).
src/ajax.js
test/unit/ajax.js