.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _installation: Installation ------------ Install this extension and you can start using its API for reading JSON data inside your own code. It requires extension "svconnector" which provides the base for all connector services. .. _installation-update-300: Updating to 3.0.0 ^^^^^^^^^^^^^^^^^ Version 3.0.0 adds support for TYPO3 11 and PHP 8.0, while dropping support for TYPO3 8 and 9. Apart from that it does not contain other changes and the update process should be smooth. .. _installation-update-240: Updating to version 2.4.0 ^^^^^^^^^^^^^^^^^^^^^^^^^ The "accept" and "useragent" :ref:`configuration properties ` have been removed. They have been replaced by a more general "headers" property. You will need to update your configurations if you used any of these two properties. The "encoding" :ref:`configuration property ` has changed behavior. It used to accept all known encoding values plus all the synonyms defined in array :php:`\TYPO3\CMS\Core\Charset\CharsetConverter::$synonyms`. This array does not exist in TYPO3 v10 anymore, thus usage of synonyms has been dropped. Check your configuration and verify that you use encoding names as defined in https://www.php.net/manual/en/mbstring.supported-encodings.php.