我有一個這樣的數據結構,在swift3中嵌套數組?
var Data = [
"Action" : [
[
"title":"The Dark Knight",
"thumb":"url_of_thumb"
],
[
"title": "The Godfather",
"Thumb":"url_of_thumb"]
],
"Drama": [
[
"title": "Malgudi Days",
"Thumb":"url_of_thumb"
]
]
]
如何保存這Swift 3
?
你可以請什麼你想實現你的意思是**如何保存在swift3?**,你想要保存的位置?,你想保存在文本文件,json文件等 –