Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

jQuery JSON plugin v2.4.0

Choose a tag to compare

@Krinkle Krinkle released this 23 May 07:39
· 18 commits to master since this release
  • (#50) Inherited properties should be left out.
  • (#51) Use hasOwnProperty from 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.