|
1 | 1 | {
|
2 |
| - "labId": "coding-202-parsing-json", |
3 |
| - "title": "Coding 202 - Parsing JSON", |
| 2 | + "labId": "parsing-json", |
| 3 | + "title": "Parsing JSON", |
4 | 4 | "slug": "Learn the basics of how to use parse JSON results using Python.",
|
5 | 5 | "byod": true,
|
6 | 6 | "time": "15",
|
|
9 | 9 | "file": "1.md"},
|
10 | 10 | {"title": "Step 2: Use the JSON Python library",
|
11 | 11 | "file": "2.md"},
|
12 |
| - {"title": "Step 3: Iterate through a JSON array in Python", |
| 12 | + {"title": "Step 3: Iterate through a JSON dictionary in Python", |
13 | 13 | "file":"3.md"},
|
14 | 14 | {"title": "Step 4: Find additional resources",
|
15 | 15 | "file": "4.md"}
|
|
20 | 20 | {"title": "Parsing"},
|
21 | 21 | {"title": "JSON"},
|
22 | 22 | {"title": "Python"},
|
23 |
| - {"title": "CMX"}, |
| 23 | + {"title": "ACI"}, |
24 | 24 | {"title" : "Sandbox" }
|
25 | 25 | ],
|
26 | 26 | "related": [
|
27 | 27 | {
|
28 |
| - "labId": "coding-101-rest-basics", |
29 |
| - "title": "Coding 101: REST API Basics" |
| 28 | + "labId": "rest-basics", |
| 29 | + "title": "REST API Basics" |
30 | 30 | },
|
31 | 31 | {
|
32 |
| - "labId": "coding-102-rest-python", |
33 |
| - "title": "Coding 102: Calling REST APIs from Python" |
| 32 | + "labId": "rest-python", |
| 33 | + "title": "Calling REST APIs from Python" |
34 | 34 | },
|
35 | 35 | {
|
36 |
| - "labId": "coding-201-parsing-xml", |
37 |
| - "title": "Coding 201: Parsing XML with Python" |
| 36 | + "labId": "parsing-xml", |
| 37 | + "title": "Parsing XML with Python" |
38 | 38 | },
|
39 | 39 | {
|
40 |
| - "labId": "coding-202-parsing-json", |
41 |
| - "title": "Coding 202: Parsing JSON with Python" |
| 40 | + "labId": "parsing-json", |
| 41 | + "title": "Parsing JSON with Python" |
42 | 42 | },
|
43 | 43 | {
|
44 |
| - "labId": "coding-203-getting-input", |
45 |
| - "title": "Coding 203: Getting input from a user using Python" |
| 44 | + "labId": "getting-input", |
| 45 | + "title": "Getting input from a user using Python" |
46 | 46 | },
|
47 | 47 | {
|
48 |
| - "labId": "coding-204-reading-a-file", |
49 |
| - "title": "Coding 204: Reading from a file using Python" |
| 48 | + "labId": "reading-a-file", |
| 49 | + "title": "Reading from a file using Python" |
50 | 50 | },
|
51 | 51 | {
|
52 |
| - "labId": "coding-205-writing-file", |
53 |
| - "title": "Coding 205: Writing data to a file using Python" |
| 52 | + "labId": "writing-file", |
| 53 | + "title": "Writing data to a file using Python" |
54 | 54 | },
|
55 | 55 | {
|
56 |
| - "labId": "coding-206-logging", |
57 |
| - "title": "Coding 206: How to use the logging module in Python" |
| 56 | + "labId": "logging", |
| 57 | + "title": "How to use the logging module in Python" |
58 | 58 | },
|
59 | 59 | {
|
60 |
| - "labId": "coding-207-putting-it-together", |
61 |
| - "title": "Coding 207:Python - Putting it all together" |
| 60 | + "labId": "putting-it-together", |
| 61 | + "title": "Python - Putting it all together" |
62 | 62 | }
|
63 | 63 | ],
|
64 | 64 | "authors": [
|
65 |
| - { "name": "brtiller", "email": "[email protected]"} |
| 65 | + { "name": "brtiller", "email": "[email protected]"}, |
| 66 | + { "name": "qsnyder", "email": "[email protected]"} |
66 | 67 | ]
|
67 | 68 | }
|
0 commit comments