Skip to content

Instantly share code, notes, and snippets.

@gndx
Created May 2, 2019 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gndx/240596b2a9c8706cd93a6ac7e3663786 to your computer and use it in GitHub Desktop.
Save gndx/240596b2a9c8706cd93a6ac7e3663786 to your computer and use it in GitHub Desktop.
{
"pets": {
"0": {
"adopt": true,
"date": "2019-03-29T04:07:28.238Z",
"description": "Tata es un gatita de 3 años",
"gender": "female",
"name": "Tata",
"photo": "http://s3.amazonaws.com/chewiekie/img/tata.png",
"profilePic": "https://graph.facebook.com/10156355067184077/picture",
"type": "cat",
"userContact": "oscar@dragons.mx",
"userName": "Oscar Barajas Tavares"
},
"1": {
"adopt": true,
"date": "2019-05-02T16:49:40.159Z",
"description": "Elmo es un pug de 3 patitas",
"gender": "male",
"name": "Elmo",
"photo": "http://s3.amazonaws.com/chewiekie/img/elmojs.png",
"profilePic": "https://graph.facebook.com/10156355067184077/picture",
"type": "dog",
"userContact": "oscar@dragons.mx",
"userName": "Oscar Barajas Tavares"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment