Skip to content

Instantly share code, notes, and snippets.

@prl900
Created April 27, 2022 03:35
Show Gist options
  • Save prl900/c2283cd68db0de90e6d9f7d6df83761d to your computer and use it in GitHub Desktop.
Save prl900/c2283cd68db0de90e6d9f7d6df83761d to your computer and use it in GitHub Desktop.
[
{
"species" : "cat",
"foods": ["tuna", "mice"]
},
{
"species" : "dog",
"foods": ["bones", "carrots"]
},
{
"species" : "mouse",
"foods": ["cheese", "apple"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment