I'm wondering if, is there any way I can pass an array like below to my Swift application without using JSON.
["Wifi", "Internet", "Telephone", "Network"]
If I'm using JSON, from what I understand, I need to transform the array to a dictionary to get it to my Swift application. My objective is to get the array as it is and use it in my code, so the fact that we need to use JSON here is a little bit redundant or not so convenient.