以下是來自Web服務的數據。我想將鍵和對組合成一個數組。基本上我收到的數據是帶有鍵值對的字典數組,但是鍵「記錄」又是字典數組。如何處理?下面給出了我期望的結果。如果你能幫助我,這將是非常棒的。請注意,「記錄」可以是任何1,2以上(圖示的目的,我給了記錄數爲1和2) <__NSCFArray 0x7feb44c0e400>(
{
a = "string";
b = "string
如這裏提到的能夠以迅速對如何組由一個數組元素:使用此擴展How to group by the elements of an array in Swift: public extension SequenceType {
/// Categorises elements of self into a dictionary, with the keys given by keyFunc