JSON polyfill: JSON 2 or JSON 3?

后端 未结 3 976
臣服心动
臣服心动 2020-12-15 18:40

I need a JSON polyfill to support IE 7 and some IE 8 and IE 9 modes. Should I pick JSON 2 or JSON 3? Obviously JSON 3 is a more modern implementation, but for example a site

3条回答
  •  渐次进展
    2020-12-15 19:09

    HTML5 Please has updated their JSON page to include JSON 3 as the main polyfill for use, with JSON 2 taking a backseat as the older replacement.

提交回复
热议问题