forked from SwiftyJSON/SwiftyJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathValid.JSON
More file actions
73 lines (72 loc) · 3.27 KB
/
Copy pathValid.JSON
File metadata and controls
73 lines (72 loc) · 3.27 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"url": "https://api.github.com/repos/lingoer/SwiftyJSON/issues/2",
"labels_url": "https://api.github.com/repos/lingoer/SwiftyJSON/issues/2/labels{/name}",
"comments_url": "https://api.github.com/repos/lingoer/SwiftyJSON/issues/2/comments",
"events_url": "https://api.github.com/repos/lingoer/SwiftyJSON/issues/2/events",
"html_url": "https://github.com/lingoer/SwiftyJSON/issues/2",
"id": 36170434,
"number": 2,
"title": "How do I verify SwiftyJSON workS?",
"user": {
"login": "garnett",
"id": 829783,
"avatar_url": "https://avatars.githubusercontent.com/u/829783?",
"gravatar_id": "c4edd51fe88b9820a046db724d53fd91",
"url": "https://api.github.com/users/garnett",
"html_url": "https://github.com/garnett",
"followers_url": "https://api.github.com/users/garnett/followers",
"following_url": "https://api.github.com/users/garnett/following{/other_user}",
"gists_url": "https://api.github.com/users/garnett/gists{/gist_id}",
"starred_url": "https://api.github.com/users/garnett/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/garnett/subscriptions",
"organizations_url": "https://api.github.com/users/garnett/orgs",
"repos_url": "https://api.github.com/users/garnett/repos",
"events_url": "https://api.github.com/users/garnett/events{/privacy}",
"received_events_url": "https://api.github.com/users/garnett/received_events",
"type": "User",
"site_admin": false
},
"labels": [
],
"state": "open",
"assignee": null,
"milestone": {
"url": "https://api.github.com/repos/lingoer/SwiftyJSON/milestones/1",
"labels_url": "https://api.github.com/repos/lingoer/SwiftyJSON/milestones/1/labels",
"id": 696908,
"number": 1,
"title": "release 0.1",
"description": "Add a Demo!\r\nBranch out a develop branch, and may be, Git Flow",
"creator": {
"login": "lingoer",
"id": 3095758,
"avatar_url": "https://avatars.githubusercontent.com/u/3095758?",
"gravatar_id": "8ccacafa7f3e7f6a07cdc8d9f1f30471",
"url": "https://api.github.com/users/lingoer",
"html_url": "https://github.com/lingoer",
"followers_url": "https://api.github.com/users/lingoer/followers",
"following_url": "https://api.github.com/users/lingoer/following{/other_user}",
"gists_url": "https://api.github.com/users/lingoer/gists{/gist_id}",
"starred_url": "https://api.github.com/users/lingoer/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/lingoer/subscriptions",
"organizations_url": "https://api.github.com/users/lingoer/orgs",
"repos_url": "https://api.github.com/users/lingoer/repos",
"events_url": "https://api.github.com/users/lingoer/events{/privacy}",
"received_events_url": "https://api.github.com/users/lingoer/received_events",
"type": "User",
"site_admin": false
},
"open_issues": 1,
"closed_issues": 0,
"state": "open",
"created_at": "2014-06-20T15:51:59Z",
"updated_at": "2014-06-20T15:52:23Z",
"due_on": null
},
"comments": 2,
"created_at": "2014-06-20T14:13:42Z",
"updated_at": "2014-06-20T16:21:05Z",
"closed_at": null,
"body": "I've cloned the source, run Example project and apparently it's empty - no unit tests, no demo :zzz: ",
"closed_by": null
}