-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathtar.tar
More file actions
26 lines (26 loc) · 4 KB
/
tar.tar
File metadata and controls
26 lines (26 loc) · 4 KB
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
./a.json 0000644 0001750 0001750 00000000617 13406673170 012135 0 ustar gabriel gabriel {
"firstName": "John",
"lastName": "Smith",
"age": 25,
"height": 1.73,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021"
},
"phoneNumber": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "fax",
"number": "646 555-4567"
}
],
"gender": {
"type": "male"
}
}