Templating
FLAT's template language is intended to dynamically generate JSON documents.
Basically, you provide the skeleton of the JSON object you want to create, and use placeholders instead of literal values. The language supports template commands that are documented below. Template expressions and functions offer rich means of accessing request and response data in JSON, HTML or XML (OXN).
Last updated