Skip to content

Instantly share code, notes, and snippets.

@Daddyjohn63
Created March 25, 2019 10:31
Show Gist options
  • Save Daddyjohn63/e8998f16cd06bf103eb425adb82c4bcb to your computer and use it in GitHub Desktop.
Save Daddyjohn63/e8998f16cd06bf103eb425adb82c4bcb to your computer and use it in GitHub Desktop.
json data
[
{
name: "John",
species: "Human",
foods: {
likes: [
"tuna",
"oats"
],
dislikes: [
"ham",
"zucchini"
]
}
},
{
name: "Jackie",
species: "Human",
foods: {
likes: [
"steak",
"carrots"
],
dislikes: [
"tuna"
]
}
},
{
name: "Henry",
species: "dog",
foods: {
likes: [
"rabbits"
],
dislikes: [
"fish"
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment