jsonObject (with: data, options: []) { if json is NSDictionary { print("is NSDictionary") } else if json is NSArray { print("is NSArray") }}.
確定! 回上一頁