forked from Zakaria/RestAssured
136 lines
2.5 KiB
JSON
136 lines
2.5 KiB
JSON
{
|
|
"students": [
|
|
{
|
|
"id": "1",
|
|
"name": "Alice Johnson",
|
|
"location": "New York",
|
|
"phone": "+1-555-1234",
|
|
"courses": [
|
|
"Python",
|
|
"JavaScript",
|
|
"Data Science"
|
|
]
|
|
},
|
|
{
|
|
"id": "2",
|
|
"name": "Bob Smith",
|
|
"location": "Los Angeles",
|
|
"phone": "+1-555-5678",
|
|
"courses": [
|
|
"Java",
|
|
"C++",
|
|
"Machine Learning"
|
|
]
|
|
},
|
|
{
|
|
"id": "4",
|
|
"name": "Diana Evans",
|
|
"location": "Houston",
|
|
"phone": "+1-555-1122",
|
|
"courses": [
|
|
"Ruby",
|
|
"DevOps",
|
|
"Cloud Computing"
|
|
]
|
|
},
|
|
{
|
|
"id": "5",
|
|
"name": "Ethan Davis",
|
|
"location": "San Francisco",
|
|
"phone": "+1-555-3344",
|
|
"courses": [
|
|
"JavaScript",
|
|
"Node.js",
|
|
"Web Development"
|
|
]
|
|
},
|
|
{
|
|
"id": "6",
|
|
"name": "Fiona Taylor",
|
|
"location": "Seattle",
|
|
"phone": "+1-555-5566",
|
|
"courses": [
|
|
"Python",
|
|
"AI",
|
|
"Statistics"
|
|
]
|
|
},
|
|
{
|
|
"id": "7",
|
|
"name": "George Harris",
|
|
"location": "Austin",
|
|
"phone": "+1-555-7788",
|
|
"courses": [
|
|
"Java",
|
|
"Android Development",
|
|
"Kotlin"
|
|
]
|
|
},
|
|
{
|
|
"id": "8",
|
|
"name": "Hannah Brown",
|
|
"location": "Miami",
|
|
"phone": "+1-555-9900",
|
|
"courses": [
|
|
"C#",
|
|
".NET",
|
|
"Software Architecture"
|
|
]
|
|
},
|
|
{
|
|
"id": "10",
|
|
"name": "Jessica Martinez",
|
|
"location": "Boston",
|
|
"phone": "+1-555-6677",
|
|
"courses": [
|
|
"Python",
|
|
"Data Analytics",
|
|
"R Programming"
|
|
]
|
|
},
|
|
{
|
|
"id": "9",
|
|
"courses": [
|
|
"C++",
|
|
"Game Development",
|
|
"Graphics Programming"
|
|
],
|
|
"phone": "+1-555-4455",
|
|
"name": "Leena",
|
|
"location": "Denver"
|
|
},
|
|
{
|
|
"id": "9",
|
|
"courses": [
|
|
"C++",
|
|
"Game Development",
|
|
"Graphics Programming"
|
|
],
|
|
"phone": "+1-555-4455",
|
|
"name": "Leena",
|
|
"location": "Denver"
|
|
},
|
|
{
|
|
"id": "9",
|
|
"courses": [
|
|
"C++",
|
|
"Game Development",
|
|
"Graphics Programming"
|
|
],
|
|
"phone": "+1-555-4455",
|
|
"name": "Leena",
|
|
"location": "Denver"
|
|
},
|
|
{
|
|
"id": "9",
|
|
"courses": [
|
|
"C++",
|
|
"Game Development",
|
|
"Graphics Programming"
|
|
],
|
|
"phone": "+1-555-4455",
|
|
"name": "Leena",
|
|
"location": "Denver"
|
|
}
|
|
]
|
|
} |