Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created May 21, 2012 02:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jlengstorf/2760314 to your computer and use it in GitHub Desktop.
Save jlengstorf/2760314 to your computer and use it in GitHub Desktop.
#3 Code example from "JSON: What It Is, How It Works, & How to Use It"
var family = [{
"name" : "Jason",
"age" : "24",
"gender" : "male"
},
{
"name" : "Kyle",
"age" : "21",
"gender" : "male"
}];
@NyoNyoOo
Copy link

Thank you!!!!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment