576NSDictionary and NSArray plist examples

NSDictionary





    arrayKey
    
        string1
        string2
        string3
        string4
    
    dicKey
    
        key1
        object1
        key2
        object2
        key3
        object3
    
    key2
    object2
    key3
    object3



NSArray





    string1
    string2
    string3
    
        key1
        object1
        key2
        object2
        key3
        object3
    
    string5



At the end, after </plist>, there's another CR.