Class JsonXsltPipe

All Implemented Interfaces:
HasTransactionAttribute, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IWithParameters, EventThrowing, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class JsonXsltPipe extends XsltPipe
Perform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, XML or text. JSON input is transformed into XML map, array, string, integer and boolean elements, in the namespace http://www.w3.org/2013/XSL/json. The XSLT stylesheet or XPathExpression operates on these element.
Author:
Gerrit van Brakel
See Also: