.. _quickStart: =========== Quick start =========== .. rst-class:: bignums-tip #. Install this extension: .. code-block:: bash composer require rrp/t3-toon .. rst-class:: horizbuttons-attention-m - :ref:`Quick installation ` #. Start using T3Toon: - Convert JSON to TOON format (encode/convert) - Decode TOON back to arrays - Estimate tokens and use per-call options .. rst-class:: horizbuttons-attention-m - :ref:`Quick usage ` #. Configure (optional): - Adjust encoding settings in Extension Configuration - Override per call with EncodeOptions / DecodeOptions .. rst-class:: horizbuttons-attention-m - :ref:`Configuration ` #. Explore more: - :ref:`Options (EncodeOptions & DecodeOptions) ` - :ref:`Error handling ` - :ref:`Global helpers ` - :ref:`Fluid ViewHelpers ` - :ref:`Backend module (TOON Playground) ` .. toctree:: :maxdepth: 5 :titlesonly: :hidden: Installation Usage Configuration Options ErrorHandling GlobalHelpers FluidViewHelpers BackendModule