Skip to content

Instantly share code, notes, and snippets.

@gergob
Created November 24, 2012 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gergob/4141572 to your computer and use it in GitHub Desktop.
Save gergob/4141572 to your computer and use it in GitHub Desktop.
Data of transferred animals
[{
"name" : "King",
"age" : 5,
"hoursSinceLastFeed" : 3
},
{
"name" : "Geeko",
"age" : 2,
"hoursSinceLastFeed" : 12
},
{
"name" : "Nerdy",
"age" : 12,
"hoursSinceLastFeed" : 1
},
{
"name" : "Goocy",
"age" : 4,
"hoursSinceLastFeed" : 6
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment