Json file link opening?

I have a json file that contains multiple links for different websites, are there ways to use macrodroid to open these links using a browser? Thanks!
 
you can get the contents f the json file then parse them using the JSON Parse action. Find the keys in the result dictionary then use something like iterate dictionary/array to open them.
lots of things I don't understand from this sentence, I'm gonna do some research, thank you!
 
Top