Can I declare an array of integers in JSON without listing each element explicitly?
I want a JSON array to contain all integers between 0 and 1000, but I don’t want to declare each element of that very long array individually. Is there a more economical/elegant way to declare that array in a JSON…