please do anyone can show me how to write a array like this in PropertyList object ??
<?xml version=""1.0"" encoding=""UTF-8""?>
<!DOCTYPE plist PUBLIC ""-//Apple//DTD PLIST 1.0//EN"" ""http://www.apple.com/DTDs/PropertyList-1.0.dtd"">
<plist version=""1.0"">
<dict>
<key>section0</key>
</plist>"
<?xml version=""1.0"" encoding=""UTF-8""?>
<!DOCTYPE plist PUBLIC ""-//Apple//DTD PLIST 1.0//EN"" ""http://www.apple.com/DTDs/PropertyList-1.0.dtd"">
<plist version=""1.0"">
<dict>
<key>section0</key>
<dict>
<key>key0</key>
<dict>
<key>name</key>
<string>Title</string>
<key>type</key>
<string>text</string>
<key>filter</key>
<false/>
</dict>
<key>key1</key>
<dict>
<key>name</key>
<string>Season</string>
<key>type</key>
<string>text</string>
<key>filter</key>
<false/>
</dict>
</dict>
</dict></plist>"