Stringify object¶
2. Description
Converts Source object into a string representing a JSON object
Input/Output¶
Source object : object <= 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 object
- Click on OK
Example¶
Source object = {"key":"value"}
Output = "{\"key\":\"value\"}"