Skip to content

Commit 3a079fe

Browse files
committed
tweak formatting of (-> ...)
1 parent 05145e2 commit 3a079fe

2 files changed

Lines changed: 229 additions & 101 deletions

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
[
2+
{
3+
"name": "New Releases",
4+
"videos": [
5+
{
6+
"id": 70111470,
7+
"title": "Die Hard",
8+
"boxarts": [
9+
{ "width": 150, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/DieHard150.jpg" },
10+
{ "width": 200, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/DieHard200.jpg" }
11+
],
12+
"url": "http://api.netflix.com/catalog/titles/movies/70111470",
13+
"rating": 4.0,
14+
"interestingMoments": [
15+
{ "type": "End", "time":213432 },
16+
{ "type": "Start", "time": 64534 },
17+
{ "type": "Middle", "time": 323133}
18+
]
19+
},
20+
{
21+
"id": 654356453,
22+
"title": "Bad Boys",
23+
"boxarts": [
24+
{ "width": 200, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/BadBoys200.jpg" },
25+
{ "width": 140, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/BadBoys140.jpg" }
26+
27+
],
28+
"url": "http://api.netflix.com/catalog/titles/movies/70111470",
29+
"rating": 5.0,
30+
"interestingMoments": [
31+
{ "type": "End", "time":54654754 },
32+
{ "type": "Start", "time": 43524243 },
33+
{ "type": "Middle", "time": 6575665}
34+
]
35+
}
36+
]
37+
},
38+
{
39+
"name": "Instant Queue",
40+
"videos": [
41+
{
42+
"id": 65432445,
43+
"title": "The Chamber",
44+
"boxarts": [
45+
{ "width": 130, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/TheChamber130.jpg" },
46+
{ "width": 200, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/TheChamber200.jpg" }
47+
],
48+
"url": "http://api.netflix.com/catalog/titles/movies/70111470",
49+
"rating": 4.0,
50+
"interestingMoments": [
51+
{ "type": "End", "time":132423 },
52+
{ "type": "Start", "time": 54637425 },
53+
{ "type": "Middle", "time": 3452343}
54+
]
55+
},
56+
{
57+
"id": 675465,
58+
"title": "Fracture",
59+
"boxarts": [
60+
{ "width": 200, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/Fracture200.jpg" },
61+
{ "width": 120, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/Fracture120.jpg" },
62+
{ "width": 300, "height":200, "url":"http://cdn-0.nflximg.com/images/2891/Fracture300.jpg" }
63+
],
64+
"url": "http://api.netflix.com/catalog/titles/movies/70111470",
65+
"rating": 5.0,
66+
"interestingMoments": [
67+
{ "type": "End", "time":45632456 },
68+
{ "type": "Start", "time": 234534 },
69+
{ "type": "Middle", "time": 3453434}
70+
]
71+
}
72+
]
73+
}
74+
]

0 commit comments

Comments
 (0)