Skip to content

Instantly share code, notes, and snippets.

@heymichaelp
Last active August 29, 2015 14:03
Show Gist options
  • Save heymichaelp/4eed6374c18483621195 to your computer and use it in GitHub Desktop.
Save heymichaelp/4eed6374c18483621195 to your computer and use it in GitHub Desktop.
View Objects: Example Model Data
{
"id": "123456",
"firstName": "Susan",
"lastName": "Smith",
"gender": "f",
"phone": "5551234567",
"assignments": [
{
"grade": 0.65
},
{
"grade": 0.83
},
{
"grade": 0.90
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment