The JSON file is properly downloaded - verified by log(j.GetString)
When I log the MAP it gives the proper values, but the Map I passed to the sub is empty when I query it later.
How would I get the value of the Map back into general usage?
B4X:
DownloadJSON(f.AgentsMap, f.msFileAgents)
B4X...