2021年3月27日星期六

Swift JSON Decoding Nested Array

I am struggling to decode this JSON I'm attempting to use. Here is an example of said JSON.

{      "Thing1":1      "Thing2":      {          "Thing21":2          "Thing22":          {              "Thing221":3          }              }  }  

Any help would be appreciated!

https://stackoverflow.com/questions/66837575/swift-json-decoding-nested-array March 28, 2021 at 09:07AM

没有评论:

发表评论