Get [Value/All Keys/All Values] for [Key: Text] in [Dictionary]
Notes
You can reference values deep inside of a dictionary by providing multiple keys separated by dots. For example, to get the value “soup” from the dictionary {“beverages”: [{“favorite”: “soup”}]}, you can specify the key path “beverages.1.favorite”.