douglascrockford / JSON-js

JSON in JavaScript
http://www.JSON.org/
8.69k stars 4.59k forks source link

Check for special properties like toString ignored by IE6-8 #90

Closed xxfcz closed 1 year ago

xxfcz commented 7 years ago

User-defined properties taking such names as toString, valueOf, etc. would be ignored by the for-in loop under IE6-8. This pull request is aimed to solve this issue.

douglascrockford commented 4 years ago

Is this actually a problem?