forked from lloyd/JSONSelect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.xml
More file actions
31 lines (31 loc) · 818 Bytes
/
Copy pathbasic.xml
File metadata and controls
31 lines (31 loc) · 818 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
26
27
28
29
30
31
<object>
<object id="name">
<string id="first">Lloyd</string>
<string id="last">Hilaiel</string>
</object>
<string id="favoriteColor">yellow</string>
<array id="languagesSpoken">
<object>
<string id="language">Bulgarian</string>
<string id="level">advanced</string>
</object>
<object>
<string id="language">English</string>
<string id="level">native</string>
</object>
<object>
<string id="language">Spanish</string>
<string id="level">beginner</string>
</object>
</array>
<array id="seatingPreference">
<string>window</string>
<string>aisle</string>
</array>
<array id="drinkPreference">
<string>beer</string>
<string>whiskey</string>
<string>wine</string>
</array>
<number id="weight">172</number>
</object>