Class JsonXsltPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

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: