How to load json file into dictionary

Hi Everyone.

Can anyone please tell me how to Load a JSON file into a dictionary.

I have done up to deserialize JSON after that I took For each activity from there onwards I was Stuck.

Thanks in advance

Regards,
CRNaidu

1 Like

Just see if this link helps ?

2 Likes

Simply use Deserialize JSON activity, set TypeArgument to System.Collections.Generic.Dictionary<System.String, System.String>
and output is Dictionary(String, String)

11 Likes