Stringify array¶
Description¶
Converts Source array into a string representing a JSON array
Input/Output¶
Source array : array <= Source
Output : value (text)
Usage¶
- Connect a source to the operator
- Drag an array from the source tree and drop it into input field Source array
- Click on OK
Example¶
Source array = [{"key":"value"}]
Output = "[{\"key\":\"value\"}]"