All notable changes to this project will be documented in this file, in reverse chronological order by release.
#46 changes curly braces in array and string offset access to square brackets in order to prevent issues under the upcoming PHP 7.4 release.
#37 fixes
output of \Zend\Json::prettyPrint
to not remove spaces after
commas in value.
#38 provides a fix to
Json::prettyPrint()
to ensure that empty arrays and objects are printed
without newlines.
#38 provides a fix to
Json::prettyPrint()
to remove additional newlines preceding a closing
bracket.
Zend\Json\Server
subcomponent, which has been extracted to
zend-json-server.
If you use that functionality, install the new component.Zend\Json\Json::fromXml()
functionality, which has been extracted to
zend-xml2json. If you used
this functionality, you will need to install the new package, and rewrite
calls to Zend\Json\Json::fromXml()
to Zend\Xml2Json\Xml2Json::fromXml()
.Server
subcomponent.intent
to indent
to ensure indentation works correctly during
pretty printing.