This repository was archived by the owner on Feb 29, 2024. It is now read-only.
jQuery JSON plugin v2.4.0
- (#50) Inherited properties should be left out.
- (#51) Use
hasOwnPropertyfrom the Object prototype to guard against objects with a property by the name "hasOwnProperty". - (#59) Array detection should not use
.constructor(broken in IE9). Also fixed for Date object detection. - (#60) Constructed/Instantiated primitives should be stringified like their primitive equivalents.
- (#56) Fixed spelling errors in documentation comments.
- Improved build and unit test process.