[patch] [cla] json.stringify doesn't ignore inherited object properties
The native JSON.stringify() method ignores an object's inherited properties, but the dojo/json.stringify's fallback code does not.
Without the patch to dojo/json, the included unit test will fail on IE < 9.
Change History (5)
Component: |
General →
Core
|
Summary: |
json.stringify doesn't ignore inherited object properties [PATCH] [CLA] →
[patch] [cla] json.stringify doesn't ignore inherited object properties
|
Owner: |
set to Kris Zyp
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
In [28989]: