Skip to content

Instantly share code, notes, and snippets.

@shivrajbadu
Created April 4, 2025 10:41
Show Gist options
  • Select an option

  • Save shivrajbadu/afa58afbf7868a83d1c1cdf1dae9927f to your computer and use it in GitHub Desktop.

Select an option

Save shivrajbadu/afa58afbf7868a83d1c1cdf1dae9927f to your computer and use it in GitHub Desktop.
sample_json
[
{
"id": 1,
"full_name": "John Doe",
"email": "john.doe@gmail.com"
},
{
"id": 2,
"full_name": "Jane Smith",
"email": "jane.smith@yahoo.com"
},
{
"id": 3,
"full_name": "Alex Johnson",
"email": "alex.johnson@hotmail.com"
},
{
"id": 4,
"full_name": "Michael Williams",
"email": "michael.williams@outlook.com"
},
{
"id": 5,
"full_name": "Emily Brown",
"email": "emily.brown@aol.com"
},
{
"id": 6,
"full_name": "William Davis",
"email": "william.davis@icloud.com"
},
{
"id": 7,
"full_name": "Olivia Miller",
"email": "olivia.miller@protonmail.com"
},
{
"id": 8,
"full_name": "James Wilson",
"email": "james.wilson@yandex.com"
},
{
"id": 9,
"full_name": "Ava Taylor",
"email": "ava.taylor@mail.com"
},
{
"id": 10,
"full_name": "Michael Brown",
"email": "michael.brown@inbox.com"
},
{
"id": 11,
"full_name": "Sophia Garcia",
"email": "sophia.garcia@zoho.com"
},
{
"id": 12,
"full_name": "Emma Lopez",
"email": "emma.lopez@protonmail.ch"
},
{
"id": 13,
"full_name": "Liam Martinez",
"email": "liam.martinez@fastmail.fm"
},
{
"id": 14,
"full_name": "Isabella Rodriguez",
"email": "isabella.rodriguez@me.com"
},
{
"id": 15,
"full_name": "Another Jane Smith",
"email": "jane.smith@yahoo.com"
},
{
"id": 16,
"full_name": "Benjamin Lee",
"email": "benjamin.lee@gmail.com"
},
{
"id": 17,
"full_name": "Charlotte Harris",
"email": "charlotte.harris@yahoo.com"
},
{
"id": 18,
"full_name": "Lucas Clark",
"email": "lucas.clark@outlook.com"
},
{
"id": 19,
"full_name": "Mia Lewis",
"email": "mia.lewis@icloud.com"
},
{
"id": 20,
"full_name": "Henry Walker",
"email": "henry.walker@zoho.com"
},
{
"id": 21,
"full_name": "Amelia Hall",
"email": "amelia.hall@mail.com"
},
{
"id": 22,
"full_name": "Sebastian Allen",
"email": "sebastian.allen@hotmail.com"
},
{
"id": 23,
"full_name": "Evelyn Young",
"email": "evelyn.young@aol.com"
},
{
"id": 24,
"full_name": "Daniel King",
"email": "daniel.king@protonmail.ch"
},
{
"id": 25,
"full_name": "Harper Scott",
"email": "harper.scott@yandex.com"
},
{
"id": 26,
"full_name": "Matthew Green",
"email": "matthew.green@me.com"
},
{
"id": 27,
"full_name": "Ella Adams",
"email": "ella.adams@inbox.com"
},
{
"id": 28,
"full_name": "Logan Baker",
"email": "logan.baker@protonmail.com"
},
{
"id": 29,
"full_name": "Abigail Nelson",
"email": "abigail.nelson@icloud.com"
},
{
"id": 30,
"full_name": "Jackson Carter",
"email": "jackson.carter@fastmail.fm"
},
{
"id": 31,
"full_name": "Grace Mitchell",
"email": "grace.mitchell@yahoo.com"
},
{
"id": 32,
"full_name": "David Perez",
"email": "david.perez@gmail.com"
},
{
"id": 33,
"full_name": "Chloe Roberts",
"email": "chloe.roberts@hotmail.com"
},
{
"id": 34,
"full_name": "Samuel Turner",
"email": "samuel.turner@outlook.com"
},
{
"id": 35,
"full_name": "Victoria Phillips",
"email": "victoria.phillips@aol.com"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment