JSON
Contains utilities for working with JSON in a flow.
Actions
Action |
Configuration fields |
Data type |
Required? |
---|---|---|---|
Omit object properties - Omits JSON object properties by the provided paths |
Paths - An array of paths to omit ["value"] |
JSON |
|
Object - Enter a valid JSON object { "value": 123 } |
JSON |
|
|
Merge objects - Merges two or more JSON objects |
Object - Enter a valid JSON object { "first": 1 } |
JSON |
|
Sources - Enter a valid JSON object or array [{ "second": 12 },{ "third": 123 }] |
JSON |
|
|
Convert to JSON format - Convert a text string to JSON format |
Text string to convert - Enter a valid JSON text string { "value": 123 } |
String |
|