map()
Use this shortcut then you can loop through dictionary
Description
[Input]
Dictionary or JSON String
(e.g. {"foo":"bar","hello":"world"})
[Output]
List of Dictionary with 'key' & 'value'
(e.g. [{"key":"foo","value':"bar"},{"key":"hello","value":"world"}])