Created
March 13, 2020 05:48
-
-
Save jsmanifest/ece59be4331e5a991069c90af8c8024e 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
{ | |
"game1": { | |
"lakers": 80, | |
"celtics": 80, | |
"overtime": { | |
"lakers": 48, | |
"celtics": 58 | |
} | |
}, | |
"game2": { | |
"lakers": 80, | |
"celtics": 42 | |
}, | |
"game3": { | |
"lakers": 24, | |
"celtics": 58 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment