This has got to be easy… 
How can I extract an element from JSON that begins with a numeric?
I can get as far as the rain ‘array’ using:
{{ my_json.hourly[3].rain }}
But as soon as I look at the element 1hr using:
{{ my_json.hourly[3].rain.1hr }}
I get this error:
![]()


