← Back to the Data Processing category

JSON Template

This node creates JSON objects using templates with variable injection using \\${variableName} syntax.

DataJSONTemplate
Try this node

Inputs

NameTypeRequiredDescription
templatejsonNo-
variablesjsonYesJSON object containing variable values to inject

Outputs

NameTypeDescription
resultjsonThe resulting JSON object with variables replaced
missingVariablesjsonArray of variable names that were not found in the variables object

Related Nodes in Data Processing