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