forked from ChimeraCoder/gojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_array.json
34 lines (34 loc) · 1.47 KB
/
example_array.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
32
33
34
[
{
"login": "ChimeraCoder",
"id": 376414,
"avatar_url": "https://avatars.githubusercontent.com/u/376414?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/ChimeraCoder",
"html_url": "https://github.com/ChimeraCoder",
"followers_url": "https://api.github.com/users/ChimeraCoder/followers",
"following_url": "https://api.github.com/users/ChimeraCoder/following{/other_user}",
"gists_url": "https://api.github.com/users/ChimeraCoder/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ChimeraCoder/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ChimeraCoder/subscriptions",
"organizations_url": "https://api.github.com/users/ChimeraCoder/orgs",
"repos_url": "https://api.github.com/users/ChimeraCoder/repos",
"events_url": "https://api.github.com/users/ChimeraCoder/events{/privacy}",
"received_events_url": "https://api.github.com/users/ChimeraCoder/received_events",
"type": "User",
"site_admin": false,
"name": "Aditya Mukerjee",
"company": null,
"blog": "www.adityamukerjee.net",
"location": "New York, NY",
"email": null,
"hireable": true,
"bio": null,
"public_repos": 87,
"public_gists": 38,
"followers": 127,
"following": 39,
"created_at": "2010-08-26T03:27:39Z",
"updated_at": "2015-03-15T23:45:02Z"
}
]