NodesProcess
JSON String to Object
Slot Usage: 0
Overview
JSON String to Object parses a JSON string into a structured object using a provided JSON schema.
The schema drives the dynamic output fields so downstream nodes can reference typed properties.
Input
JSON String
string requiredString to convert to a JSON object.
Supports Template Expressions.
Default: empty string
JSON Schema
string requiredJSON schema that describes the expected object structure and defines the output shape.
Default: empty string
Output
outValue
objectParsed object. Structure and field types follow the configured JSON Schema.