Skip to content

Instantly share code, notes, and snippets.

@alivesay
Created September 26, 2013 15:59
Show Gist options
  • Select an option

  • Save alivesay/6716243 to your computer and use it in GitHub Desktop.

Select an option

Save alivesay/6716243 to your computer and use it in GitHub Desktop.
{
"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