I have numbers as keys in json file but I am not able to select those inside my templates. I also considered changing the numbers into words but the size of the file is humongous. Is there a way to select number keys inside templates?
Your keys are not numbers; they are string representations of numbers. This only presents a problem when trying to access the corresponding values using dot notation.