forked from ChimeraCoder/gojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
31 lines (31 loc) · 1.28 KB
/
example.json
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
{
"login": "tmc",
"id": 3977,
"avatar_url": "https://1.gravatar.com/avatar/68f0049842700597b89972e1fbf6f542?d=https%3A%2F%2Fidenticons.github.com%2F7d571e5c15bad5ef8c4352ce7a1d9e78.png",
"gravatar_id": "68f0049842700597b89972e1fbf6f542",
"url": "https://api.github.com/users/tmc",
"html_url": "https://github.com/tmc",
"followers_url": "https://api.github.com/users/tmc/followers",
"following_url": "https://api.github.com/users/tmc/following{/other_user}",
"gists_url": "https://api.github.com/users/tmc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tmc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tmc/subscriptions",
"organizations_url": "https://api.github.com/users/tmc/orgs",
"repos_url": "https://api.github.com/users/tmc/repos",
"events_url": "https://api.github.com/users/tmc/events{/privacy}",
"received_events_url": "https://api.github.com/users/tmc/received_events",
"type": "User",
"name": "Travis Cline",
"company": "Facebook",
"blog": "",
"location": "lawrence, ks",
"email": "[email protected]",
"hireable": true,
"bio": null,
"public_repos": 87,
"followers": 103,
"following": 88,
"created_at": "2008-03-27T15:49:13Z",
"updated_at": "2013-09-05T00:03:43Z",
"public_gists": 44
}