val1:val2:... optionalOne or more numbers to compare, given colon-separated (12:45:8) or as a single JSON array ([12,45,8]). Each value is read as a number, so a comma decimal (1,5) becomes 1.5 and surrounding spaces are ignored. Empty positions are skipped. With no values the output is empty; with one value it is returned unchanged.
{min:1,5:2:3}
{min:2.5:5:8}
{min:[12,45,8]}
{min:-4:-9:2}
[{min:}]
{min:42}
{min:12:45:8}