10 lines
No EOL
293 B
JSON
10 lines
No EOL
293 B
JSON
{
|
|
"id": "parse_decimal",
|
|
"sort_order": 33,
|
|
"name": "Numbers 2",
|
|
"description": "Convert input numbers from text, separated by spaces (32)\n'0' = 48, '1' = 49, '2' = 50, and so on",
|
|
"stages": [{
|
|
"input": "85 114 32 103 97 121 58 51",
|
|
"output": [85, 114, 32, 103, 97, 121, 58, 51]
|
|
}]
|
|
} |