Skip to content

Instantly share code, notes, and snippets.

@ghukill
Last active January 19, 2022 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghukill/e10029ce8b51693068a11d9b1415ab76 to your computer and use it in GitHub Desktop.
Save ghukill/e10029ce8b51693068a11d9b1415ab76 to your computer and use it in GitHub Desktop.
{
"users": [
{
"first_name": "archana",
"last_name": "monika",
"email": "noreply@uptogether.org",
"role": null,
"metadata": {
"zipcode": 64512
},
"last_payment_amount": "$50.01"
},
{
"first_name": "tessouat",
"last_name": "antonina",
"email": "lorem@ipsum.net",
"phone": "555-333-0777",
"role": null,
"metadata": {
"age": 30,
"zipcode": 67890
},
"last_payment_amount": "$0.29"
},
{
"first_name": "najla",
"last_name": "berend",
"email": "foo@bar.com",
"phone": "555-976-3636",
"role": null,
"metadata": {
"age": 42,
"zipcode": 12345
},
"last_payment_amount": "$4.99"
},
{
"first_name": "ANNETTE",
"last_name": "CARDEA",
"email": "abc123@bademail.com",
"phone": "555-213-1901",
"role": null,
"metadata": {
"age": 21,
"zipcode": 98765
},
"last_payment_amount": "$12.15"
},
{
"first_name": "ANTON",
"last_name": "TRINITY",
"email": "admin@uptogether.org",
"phone": "555-999-1007",
"role": null,
"metadata": {
"zipcode": 55664
},
"last_payment_amount": "$1000.00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment