Last active
February 9, 2021 17:58
-
-
Save DZuz14/c3102a5717021b2a249adc2de5c8f9db to your computer and use it in GitHub Desktop.
mock away home data
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
[ | |
{ | |
away: { | |
stat_name: "score", | |
stat_value: 395, | |
league_high: 509, | |
team_rank: 17 | |
}, | |
home: { | |
stat_name: "score", | |
stat_value: 395, | |
league_high: 509, | |
team_rank: 17 | |
} | |
}, | |
...other items | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment