Skip to content

Instantly share code, notes, and snippets.

@alecmolloy
Last active January 31, 2018 15:08
Show Gist options
  • Save alecmolloy/f09eec3b4b915d8c567e8ba271ecd280 to your computer and use it in GitHub Desktop.
Save alecmolloy/f09eec3b4b915d8c567e8ba271ecd280 to your computer and use it in GitHub Desktop.
[{
"firstName": "Whiskers",
"age": 21,
"about": {
"work": [{
"jobTitle": "Acquatics Specialist",
"workplace": "PetCo"
}],
"school": [{
"schoolName": "Bastet University",
"subject": "Animal Husbandry"
},
{
"schoolName": "London College",
"subject": "MFA Cat Memes"
}
]
},
"profileImageURLs": [
"http://localhost:8001/images/cats/cat0.jpg",
"http://localhost:8001/images/cats/cat1.jpg",
"http://localhost:8001/images/cats/cat2.jpg"
],
"distanceInKM": 6,
"hasSuperliked": false,
"spotifyAnthemURL": null,
"instagramHandle": "waveymaus",
"mutualFriends": [{
"pictureURL": "http://localhost:8001/images/mutualFriends/friend0.jpg",
"profileName": "Friend 1"
},
{
"pictureURL": "http://localhost:8001/images/mutualFriends/friend1.jpg",
"profileName": "Friend 2"
}
],
"verified": false
},
{
"firstName": "Snowball",
"age": 24,
"profileImageURLs": [
"http://localhost:8001/images/cats/cat0.jpg",
"http://localhost:8001/images/cats/cat1.jpg",
"http://localhost:8001/images/cats/cat2.jpg"
],
"distanceInKM": 4,
"hasSuperliked": false,
"spotifyAnthemURL": null,
"instagramHandle": "kittens",
"mutualInterests": ["Four Tet", "Caribou", "Tiramisu"],
"mutualFriends": [{
"pictureURL": "http://localhost:8001/images/mutualFriends/friend0.jpg",
"profileName": "Friend 1"
},
{
"pictureURL": "http://localhost:8001/images/mutualFriends/friend1.jpg",
"profileName": "Friend 2"
}
],
"verified": false
},
{
"firstName": "Whiskers",
"age": 19,
"profileImageURLs": [
"http://localhost:8001/images/cats/cat0.jpg",
"http://localhost:8001/images/cats/cat1.jpg",
"http://localhost:8001/images/cats/cat2.jpg"
],
"distanceInKM": 3,
"hasSuperliked": false,
"spotifyAnthemURL": null,
"instagramHandle": "cutecatonline",
"mutualInterests": ["Cat food", "Table Steaks"],
"mutualFriends": [{
"pictureURL": "http://localhost:8001/images/mutualFriends/friend0.jpg",
"profileName": "Friend 1"
},
{
"pictureURL": "http://localhost:8001/images/mutualFriends/friend1.jpg",
"profileName": "Friend 2"
}
],
"verified": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment