JSON
It is now possible to generate JSON data directly from the XSLT.
- Include the Aeson library along with the JSON Processing API in your libraries
- Update the output declaration of your XSLT to:
<xsl:output method="xml" media-type="application/json"/>
Created on , last edited on