AliasIO / Raphael.JSON

Convert Raphaël paper objects to JSON and back

Home Page:http://elbertf.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON is Undefined in ie6 and 7

mrpickles3rd opened this issue · comments

Hi, sorry if this has been covered already but I am trying to get 'toJSON()' working in IE6 and 7 but get the below error in the console of ie9 -> document mode: IE7 standards

Error:
SCRIPT5009: 'JSON' is undefined
raphael.serialize.js, line 26 character 3

I have Jquery .1.7.2, Raphiael 2.1 and your latest code all linking in that order at the very end of my javascript files

do you have a fix?

IE6 and 7 don't support JSON natively so you'll need to include json.js.

thank you!