1
I wanted to know how I pass a JSON with my URL to Swift.
I have one as an example: http://peps.com.br/pips/teste2.json and if someone can do the start of my JSON in the Swift language would already help me enough because I’m not getting out of place.
then , in my company we have to integrate a JSON that I passed the link in the question for you to see and that make appear in the compiler of the XCODE with the SWIFT language the information of this JSON , but it’s complicated , I wanted at least someone to do the first part of it for me to continue , because it hasn’t opened my head widely how to integrate this !
Rafael, can you add more details? How so "do JSON on Swift"? Do you want to generate or interpret JSON? Could you [Edit] and supplement the question please? N! I don’t know anything about Swift, but maybe to interpret you can even use weak language typing, and simply store JSON in a variable. See http://owensd.io/2014/06/21/json-parsing-taketwo.html
– bfavaretto