Skip to content

Instantly share code, notes, and snippets.

@whatnickcodes
Created April 25, 2025 18:23
Show Gist options
  • Save whatnickcodes/853151eebd14ba91e015a1b7199c5d30 to your computer and use it in GitHub Desktop.
Save whatnickcodes/853151eebd14ba91e015a1b7199c5d30 to your computer and use it in GitHub Desktop.
{
"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