forked from sbarex/SourceCodeSyntaxHighlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.plist
More file actions
25 lines (24 loc) · 863 Bytes
/
Copy pathexample.plist
File metadata and controls
25 lines (24 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>quiz</key>
<dict>
<key>question</key>
<array>
<dict>
<key>text</key>
<string>What does 'API' stand for?</string>
<key>answer</key>
<string>API stands for Application Programming Interface.</string>
</dict>
<dict>
<key>text</key>
<string>What's so good about pragmatic REST?</string>
<key>answer</key>
<string>It's focused on the api consumer, so it makes it easier for developers to contribute to your app library!</string>
</dict>
</array>
</dict>
</dict>
</plist>