forked from shannonturner/python-lessons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.json
More file actions
32 lines (32 loc) · 768 Bytes
/
contacts.json
File metadata and controls
32 lines (32 loc) · 768 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
32
[
{
"enemies": [],
"friends": [
{
"Shannon": {
"github": "@shannonturner",
"phone": "202-555-1234",
"twitter": "@svt827"
}
},
{
"Amy": {
"email": "amy@amy.org",
"fax": "410-555-3001",
"phone": "410-515-3000"
}
},
{
"Jen": {
"email": "jen@jen.biz",
"phone": "301-600-5555"
}
},
{
"Julie": {
"phone": "202-333-9876"
}
}
]
}
]