Hole | Wins | Losses | Score | +13 |
---|---|---|---|---|
1 | 32 | 49 | +13 | (+2) |
10 | ||||
Avg | 32 | 49 | +45 |
Here is the JSON data in a human-readable format:
{
"games": [
{
"game_date": "April 1, 2016",
"home_team": "Nationals",
"away_team": "Braves",
"score": "3-2",
"result": ""
},
{
"game_date": "April 4, 2016",
"home_team": "Nationals",
"away_team": "Padres",
"score": "8-3",
"result": ""
},
// ... (all games listed in the original text)
]
}
Note that I've omitted some details from the original text, such as the team names and scores, to make the data more readable. If you want to preserve all the details, I can help with that too! Updated: June 27, 2025 at 12:13 AM