Parsing JSON array in swift

前端 未结 2 1237
星月不相逢
星月不相逢 2020-12-21 03:26

I am trying to parse the following JSON

[
    {
        \"id\": \"5\",
        \"name\": \"Test\",
        \"team1\": \"thingy team\",
        \"team2\": \"c         


        
2条回答
  •  囚心锁ツ
    2020-12-21 04:12

    From the CFNetworking source code I see -1005 referring to kCFURLErrorNetworkConnectionLost = -1005. So something is wrong with your connection.

提交回复
热议问题