• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Dictionary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dictionary


  • Subject: Dictionary
  • From: Dallas Brown <email@hidden>
  • Date: Fri, 24 Aug 2007 14:33:40 -0700

Is it possible, and if so, how, to have a dictionary where one or more values for a key is an array?

So for example something that would end up like this:
(I understand if it is possible it probably wouldn't be like this example, but hopefully the example will at least explain what I am trying to get)


<plist version="1.0">
<dict>
   <key>Items</key>
   <array>
      <item>
         <itemColor>blue</itemColor>
      </item>
      <item>
         <itemColor>red</itemColor>
      </item>
      <item>
         <itemColor>white</itemColor>
      </item>
      <item>
         <itemColor>green</itemColor>
      </item>
   </array>
</dict>
</plist>

Thanks!
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Dictionary
      • From: "I. Savant" <email@hidden>
    • Re: Dictionary
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Re: CGContextSetStyle console log error?
  • Next by Date: Re: Dictionary
  • Previous by thread: Re: finding decimals in string
  • Next by thread: Re: Dictionary
  • Index(es):
    • Date
    • Thread