Skip to content

v1.0.2

Compare
Choose a tag to compare
@colinodell colinodell released this 14 Jan 14:48

This release contains massive performance improvements of 98% or more, especially for larger JSON inputs!

Added

  • On PHP 7.x: parser will try using json_decode() first in case normal JSON is given, since this function is much faster (#1)

Fixed

  • Fixed multiple performance issues (#1)
  • Fixed bug where JSON_OBJECT_AS_ARRAY was improperly taking priority over assoc in some cases