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"}])

Latest Release Notes

1.0.1 - Oct. 14, 2018, 5:26 p.m.

avoid empty value


Past versions