"description":"Build an array out of a range of numbers or using our range syntax: {start}..{end} or using the from and to arguments",
"params": [
{"name":"from","description":"The initial index, defaults to 1 or you can use the {start}..{end} notation.","required":true,"default":"1","type":"numeric","values":[]},
{"name":"to","description":"The last index item, or defaults to the from value.","required":true,"default":"","type":"numeric","values":[]}