Handlebars
Compile JToken to Handlebar template string.
Last updated
Was this helpful?
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
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}} ]
Success : Boolean
Operation complete without errors.
Example: true
Data : String
Result data. Example:
Mr. Andersson
Changelog is not available for this Task.
Last updated
Was this helpful?
Was this helpful?

