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
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
Just see if this link helps ?
Simply use Deserialize JSON activity, set TypeArgument to System.Collections.Generic.Dictionary<System.String, System.String>
and output is Dictionary(String, String)