Last active
August 29, 2015 14:03
-
-
Save heymichaelp/4eed6374c18483621195 to your computer and use it in GitHub Desktop.
View Objects: Example Model Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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