Created
April 25, 2025 18:23
-
-
Save whatnickcodes/853151eebd14ba91e015a1b7199c5d30 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
{ | |
"last_24_hours_donations": [ | |
{ | |
"first_name": "Alice", | |
"amount": 50.00, | |
"city": "Seattle", | |
"state": "WA", | |
"category": "Education", | |
"datetime": "2025-04-25T09:15:30Z" | |
}, | |
{ | |
"first_name": "Bob", | |
"amount": 25.00, | |
"city": "Austin", | |
"state": "TX", | |
"category": "Healthcare", | |
"datetime": "2025-04-25T12:45:10Z" | |
}, | |
{ | |
"first_name": "Clara", | |
"amount": 100.00, | |
"city": "Boston", | |
"state": "MA", | |
"category": "Environment", | |
"datetime": "2025-04-24T18:20:00Z" | |
} | |
], | |
"total_cumulative_donations": 12500.75 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment