Skip to content

Instantly share code, notes, and snippets.

@iggym
Forked from jlengstorf/gist:2760314
Created July 23, 2013 19:16
Show Gist options
  • Save iggym/6065285 to your computer and use it in GitHub Desktop.
Save iggym/6065285 to your computer and use it in GitHub Desktop.
var family = [{
"name" : "Jason",
"age" : "24",
"gender" : "male"
},
{
"name" : "Kyle",
"age" : "21",
"gender" : "male"
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment