Specify nested key in get key > in map



  • I have some JSON that contains data nested several layers deep. What should I be putting in the 'get key' field? I tried text but it ended up being wrapped in quotes. This is the key I want to specify:

    weather_json['properties']['periods'][0]['temperature']
    

    When I go into the source code and delete the quotes it works fine.