|
1 | 1 | { |
2 | | - "introduction": { |
3 | | - "authors": [ |
4 | | - "MatthijsBlom" |
5 | | - ] |
6 | | - }, |
7 | | - "approaches": [ |
8 | | - { |
9 | | - "uuid": "a89d3a43-affc-4dc7-97b7-d5ce9353a8d5", |
10 | | - "slug": "logical-expression", |
11 | | - "title": "Logical expression", |
12 | | - "blurb": "Use logical operators to combine several tests into one.", |
13 | | - "authors": [ |
14 | | - "MatthijsBlom" |
15 | | - ] |
16 | | - }, |
17 | | - { |
18 | | - "uuid": "a6fbc4d9-911b-42cc-aa88-e015dd1f03b0", |
19 | | - "slug": "guards", |
20 | | - "title": "Guards", |
21 | | - "blurb": "Use a sequence of guards.", |
22 | | - "authors": [ |
23 | | - "MatthijsBlom" |
24 | | - ] |
25 | | - }, |
26 | | - { |
27 | | - "uuid": "708be8e8-0a2e-437d-8b39-6df37326890f", |
28 | | - "slug": "conditional-expression", |
29 | | - "title": "Conditional expression", |
30 | | - "blurb": "Use a single conditional expression.", |
31 | | - "authors": [ |
32 | | - "MatthijsBlom" |
33 | | - ] |
34 | | - } |
| 2 | + "introduction": { |
| 3 | + "authors": [ |
| 4 | + "MatthijsBlom" |
35 | 5 | ] |
| 6 | + }, |
| 7 | + "approaches": [ |
| 8 | + { |
| 9 | + "uuid": "a89d3a43-affc-4dc7-97b7-d5ce9353a8d5", |
| 10 | + "slug": "logical-expression", |
| 11 | + "title": "Logical expression", |
| 12 | + "blurb": "Use logical operators to combine several tests into one.", |
| 13 | + "authors": [ |
| 14 | + "MatthijsBlom" |
| 15 | + ] |
| 16 | + }, |
| 17 | + { |
| 18 | + "uuid": "a6fbc4d9-911b-42cc-aa88-e015dd1f03b0", |
| 19 | + "slug": "guards", |
| 20 | + "title": "Guards", |
| 21 | + "blurb": "Use a sequence of guards.", |
| 22 | + "authors": [ |
| 23 | + "MatthijsBlom" |
| 24 | + ] |
| 25 | + }, |
| 26 | + { |
| 27 | + "uuid": "708be8e8-0a2e-437d-8b39-6df37326890f", |
| 28 | + "slug": "conditional-expression", |
| 29 | + "title": "Conditional expression", |
| 30 | + "blurb": "Use a single conditional expression.", |
| 31 | + "authors": [ |
| 32 | + "MatthijsBlom" |
| 33 | + ] |
| 34 | + } |
| 35 | + ] |
36 | 36 | } |
0 commit comments