yao/tests/flows/helper/hextostring.flow.json

13 lines
232 B
JSON

{
"label": "HexToString",
"version": "1.0.0",
"description": "HexToString",
"nodes": [
{
"name": "Value",
"process": "xiang.helper.HexToString",
"args": ["ab"]
}
],
"output": "{{$res.Value}}"
}