You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labs/coding-202-parsing-json/1.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Completion Time: 15 minutes
13
13
14
14
Go through the [Coding 101 lab](lab/coding-101-rest-basics-ga/step/1"Coding 101 Lab") if you are unfamiliar with Python and retrieving results from a RESTful service and the [Coding 201 lab](lab/coding-201-parsing-xml/step/1"Coding 201 Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
15
15
16
-
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/json/"W3Schools JSON Tutorial") to get a firm base to build upon.
16
+
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/js/js_json_intro.asp"W3Schools JSON Tutorial") to get a firm base to build upon.
17
17
18
18
For this lab, use Python 3.4+. To verify your version, enter the following command in a terminal:
Copy file name to clipboardExpand all lines: labs/coding-202-parsing-json/4.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ For more information on the topics covered, visit the following resources.
6
6
7
7
For more information on JavaScript Object Notation (JSON), visit [http://www.json.org/](http://www.json.org/"JSON.org").
8
8
9
-
Also consider visiting the JavaScript Object Notation (JSON) tutorials at [http://www.w3schools.com/json/](http://www.w3schools.com/json/"W3Schools JSON")
9
+
Also consider visiting the JavaScript Object Notation (JSON) tutorials at [http://www.w3schools.com/js/js_json_intro.asp](http://www.w3schools.com/js/js_json_intro.asp"W3Schools JSON")
Copy file name to clipboardExpand all lines: labs/coding-210-parsing-json-c++/1.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Completion Time: 20 minutes
21
21
##### On Windows #####
22
22
Install Cygwin with the gcc compiler and libcurl libraries.
23
23
24
-
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/json/"W3Schools JSON Tutorial").
24
+
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/js/js_json_intro.asp"W3Schools JSON Tutorial").
25
25
26
26
For this lab, use the GNU C Compiler (g\+\+) version 4.9.+ tailored for C\+\+. If you have g\+\+ already installed, verify your version entering the following command:
0 commit comments