Releases: colinodell/json5
Releases · colinodell/json5
v1.0.2
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_ARRAYwas improperly taking priority overassocin some cases 
v1.0.1
Removed
- Removed accidentally-public constant
 
v1.0.0
Initial release! 🎉