```nim import json type Vec = array[2, int] discard "".parseJson.to Vec ``` > /usercode/in.nim(5, 21) template/generic instantiation of `to` from here > /usercode/in.nim(3, 18) Error: 'range' expects one type parameter