Skip to content

Instantly share code, notes, and snippets.

@cdparra
Created November 22, 2013 14:33
Show Gist options
  • Save cdparra/7600786 to your computer and use it in GitHub Desktop.
Save cdparra/7600786 to your computer and use it in GitHub Desktop.
Simple Person model for assignment 2 in IntroSDE 2013
{
"firstname" : "Pinco",
"lastname" : "Pallino",
"birthdate" : "1984-06-21"
"healthProfile" : {
"weight" : 78.9,
"height" : 172
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment