I have the following function in a Playground that parses a JSON file from an URL and converts it to either a Dictionary or an Array depending on the JSON format and prints out the data. This part works fine but I am not sure how I can return the parsed data so that I can use it outside the function.I have the following function in a Playground t