For the complete documentation index, see llms.txt. This page is also available as Markdown.

Handlebars

Compile JToken to Handlebar template string.

Task version: 1.2.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: https://github.com/FrendsPlatform/Frends.JSON

Task Parameters

Name
Description

Json : Object

JSON input needs to be of type string or JToken.

Default: - Example: { "title":"Mr.", "name":"Foo" }

HandlebarTemplate : String

Template for handlebars.

> indicates a partial.

This needs to be in expression mode.

Using {{ }} in other modes breaks the task.

Default: " {{title}} {{> strongName}} " Example: {{title}} {{> strongName}}

HandlebarPartials : HandlebarPartial[]

Partials for template.

Default: - Example: [ strongName, {{name}} ]

Task Result

Name
Description

Success : Boolean

Operation complete without errors. Example: true

Data : String

Result data. Example:

Mr. Andersson

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?