AutomationJsonEncodeConfig
Type: Object
Configuration for JSON Encode nodes that convert structured data into JSON strings. Supports pretty printing and null value handling.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| includeNulls | Boolean! | Whether to include null values in output | ||
| inputPath | ExpressionScalar | Optional path to specific data to encode | ||
| pretty | Boolean! | Whether to pretty print the JSON output | ||
| type | String! | Node type identifier |