-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest.json
47 lines (47 loc) · 966 Bytes
/
test.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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "NIX",
"detail": {
"birthday": "1987-10-04",
"gender": null,
"loves": [],
"is_dog_lover": true,
"skills": [
"Swift on iOS",
"C on Linux"
],
"motto": "爱你所爱,恨你所恨。",
"latest_feelings": [4, 3.5, -4.2],
"latest_dreams": [null, "Love", null, "Hate"],
"favorite_websites": ["https://google.com", "https://www.apple.com"],
"twitter": "https://twitter.com/nixzhu"
},
"experiences": [
{
"name": "Linux",
"age": 2.5
},
{
"name": "iOS",
"age": 4
}
],
"projects": [
{
"name": "Coolie",
"url": "https://github.com/nixzhu/Coolie",
"created_at": "2016-01-24T14:50:51.644000Z",
"bytes": [1, 2, 3],
"more": {
"design": "nixzhu",
"code": "nixzhu",
"comments": ["init", "tokens", "parse"]
}
},
null,
{
"name": null,
"bytes": [],
"more": null
}
]
}