Skip to content

Commit

Permalink
889581-Two-records-per-page
Browse files Browse the repository at this point in the history
  • Loading branch information
DharanyaSakthivel-SF4210 committed Feb 11, 2025
1 parent 9e8e0b5 commit 37ee367
Showing 1 changed file with 8 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,54 +1,44 @@
{
"Employees": [
{
"NAME": "John Doe",
"NAME": "Nancy",
"DESIGNATION": "Software Engineer",
"COUNTRY": "USA"
},
{
"NAME": "Jane Smith",
"NAME": "Janet",
"DESIGNATION": "Project Manager",
"COUNTRY": "Canada"
},
{
"NAME": "David Johnson",
"NAME": "Andrew",
"DESIGNATION": "UI/UX Designer",
"COUNTRY": "UK"
},
{
"NAME": "Emma Williams",
"NAME": "Maria",
"DESIGNATION": "QA Engineer",
"COUNTRY": "Australia"
},
{
"NAME": "Michael Brown",
"NAME": "Antonio",
"DESIGNATION": "Business Analyst",
"COUNTRY": "India"
},
{
"NAME": "Olivia Jones",
"NAME": "Thomas",
"DESIGNATION": "DevOps Engineer",
"COUNTRY": "Germany"
},
{
"NAME": "James Davis",
"NAME": "Elizabeth",
"DESIGNATION": "Product Owner",
"COUNTRY": "USA"
},
{
"NAME": "Sophia Wilson",
"NAME": "James",
"DESIGNATION": "Data Scientist",
"COUNTRY": "France"
},
{
"NAME": "Daniel Garcia",
"DESIGNATION": "System Architect",
"COUNTRY": "Spain"
},
{
"NAME": "Mia Martinez",
"DESIGNATION": "Software Tester",
"COUNTRY": "Italy"
}
]
}

0 comments on commit 37ee367

Please sign in to comment.