Skip to content

Instantly share code, notes, and snippets.

@zorn
Created November 17, 2014 19:05
Show Gist options
  • Save zorn/6572637c1a1cbb89d4c9 to your computer and use it in GitHub Desktop.
Save zorn/6572637c1a1cbb89d4c9 to your computer and use it in GitHub Desktop.
{
"people" : [
{
"first_name" : "Malcolm",
"last_name" : "Reynolds"
},
{
"first_name" : "Zoe",
"last_name" : "Washburne"
},
{
"first_name" : "Inara",
"last_name" : "Serra"
},
{
"first_name" : "Jayne",
"last_name" : "Cobb"
},
{
"first_name" : "Kaywinnet",
"last_name" : "Frye"
},
{
"first_name" : "Simon",
"last_name" : "Tam"
},
{
"first_name" : "River",
"last_name" : "Tam"
},
{
"first_name" : "Derrial",
"last_name" : "Book"
},
{
"first_name" : "Serenity",
"last_name" : null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment