Created
April 27, 2022 03:35
-
-
Save prl900/c2283cd68db0de90e6d9f7d6df83761d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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