13 lines
232 B
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}}"
|
|
}
|