bestiejs / json3

A JSON polyfill. No longer maintained.
https://bestiejs.github.io/json3
Other
1.02k stars 150 forks source link

jQuery.parseJSON of an array fails with json3 but works with json2 #37

Closed pholly closed 11 years ago

pholly commented 11 years ago

Hi, Given this line: jQuery.parseJSON('["states.stateListing", "states.clientListing"]')

json3: throws an exception json2: correctly parses it as an array

Browser: IE10 IE7 Browser Mode, IE7 Document Mode jQuery version: 1.9.1

Sorry if this is documented somewhere else. Philip

ghost commented 11 years ago

Thanks! This was caused by a bad merge...my sincerest apologies. gh-pages should point to the correct HEAD commit now.