7Sharp
7Sharp copied to clipboard
Pre evaluate arrays when converting tokens to string
Modify Utils.AsString to convert [1, 2, 3] -> new object[]{1,2,3}