Created
September 26, 2013 15:59
-
-
Save alivesay/6716243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "number" : 6, | |
| "people" : [ | |
| { | |
| "name" : "Oleg Kotov", | |
| "title" : "Soyuz Commander", | |
| "country" : "russia", | |
| "launchdate" : "2013-09-25", | |
| "bio" : "http://www.jsc.nasa.gov/Bios/htmlbios/kotov-ov.html" | |
| }, | |
| { | |
| "name" : "Mike Hopkins", | |
| "title" : "Flight Engineer", | |
| "country" : "usa", | |
| "launchdate" : "2013-09-25", | |
| "bio" : "http://www.jsc.nasa.gov/Bios/htmlbios/hopkins-ms.html" | |
| }, | |
| { | |
| "name" : "Sergey Ryazanskiy", | |
| "title" : "Flight Engineer", | |
| "country" : "russia", | |
| "launchdate" : "2013-09-25", | |
| "bio" : "http://www.jsc.nasa.gov/Bios/htmlbios/ryazanskiy.html" | |
| }, | |
| { | |
| "name" : "Fyodor Yurchikhin", | |
| "title" : "Commander", | |
| "country" : "russia", | |
| "launchdate" : "2013-05-28", | |
| "bio" : "http://www.jsc.nasa.gov/Bios/htmlbios/yurchikhin.html" | |
| }, | |
| { | |
| "name" : "Karen Nyberg", | |
| "title" : "Flight Engineer", | |
| "country" : "usa", | |
| "launchdate" : "2013-05-28", | |
| "bio" : "http://www.jsc.nasa.gov/Bios/htmlbios/nyberg-kl.html" | |
| }, | |
| { | |
| "name" : "Luca Parmitano", | |
| "title" : "Flight Engineer", | |
| "country" : "italy", | |
| "launchdate" : "2013-05-28", | |
| "bio" : "http://www.esa.int/Our_Activities/Human_Spaceflight/Astronauts/Luca_Parmitano" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment