JSLT

Content Type: Module
Categories: Import/Export

Overview

A Mendix wrapper for the JSLT library. JSLT is…

“JSLT is a complete query and transformation language for JSON. The language design is inspired by jqXPath, and XQuery.”

See the JSLT Github for more information: https://github.com/schibsted/jslt

Documentation

JSLT

A Mendix wrapper for the JSLT library

Installation

Add the module to your project

Usage

Include the JSLT Java action in a microflow, passing a JSON string and a JSLT expression string. The action will return a transformed JSON string. See https://github.com/schibsted/jslt for full details of the library, including how to create expressions.

Releases

Version: 1.0.0
Framework Version: 8.18.16
Release Notes: Initial release