db.json
{
"posts": [
{
"id": 1,
"title": "Change Post1 by put",
"author": "By Author 1"
},
{
"id": 2,
"title": "Post2",
"author": "Test Author2"
},
{
"id": 3,
"title": "War Coverage",
"author": "Chun Li"
},
{
"id": 4,
"title": "QA AUTOMATION CLASSES",
"author": "SMRUTI"
},
{
"id": 5,
"title": "JSON Server",
"author": "ABC"
},
{
"id": 6,
"title": "New Moon",
"author": "Seith"
},
{
"id": 7,
"title": "Half Moon",
"author": "Seith"
},
{
"id": "21",
"title": "Junior Level Books Introduction to Computer",
"author": "Amit Garg"
},
{
"id": "22",
"title": "Publish News Letter",
"author": "Amit Garg"
},
{
"id": "23",
"title": "Client Server Computing",
"author": "Lalit Kumar"
},
{
"id": "24",
"title": "Mobile Computing",
"author": "Vinay Kumar Singhal"
},
{
"id": "25",
"title": "Data Structure Using C",
"author": "Sharad Kumar Verma"
},
{
"id": "26",
"title": "Computer Networks",
"author": "Saurabh Singhal"
},
{
"id": "27",
"title": "CBOT",
"author": "Gunjan Verma"
},
{
"id": "8",
"title": "The Story Of My Experiments With The Truth",
"author": "Mahatma Gandhi"
},
{
"id": "9",
"title": "The Guide",
"author": "R.K. Narayan"
},
{
"id": "10",
"title": "A Fine Balance",
"author": "Rohinton Mistry"
},
{
"id": "11",
"title": "Midnight’s Children",
"author": "Salman Rushdie"
},
{
"id": "12",
"title": "A Suitable Boy",
"author": "Vikram Seth"
},
{
"id": "13",
"title": "God of Small Things",
"author": "Arundhati Roy"
},
{
"id": "14",
"title": "The Glass Palace",
"author": "Amitav Ghosh"
},
{
"id": "15",
"title": "The Inheritance of Loss",
"author": "Kiran Desai"
},
{
"id": "16",
"title": "The Private Life of an Indian Prince",
"author": "Mulk Raj Anand"
},
{
"id": "17",
"title": "Red Earth and Pouring Rain",
"author": "Vikram Chandra"
},
{
"id": "18",
"title": "Maximum City",
"author": "Suketu Mehta"
},
{
"id": "19",
"title": "Gitanjali",
"author": "Rabindranath Tagore"
},
{
"id": "20",
"title": "Rich Like Us",
"author": "Nayantara Sehgal"
}
],
"comments": [
{
"id": 1,
"body": "Test comment1 updated By put call",
"postId": 1
},
{
"id": 2,
"body": "Test comment2",
"postId": 2
},
{
"id": 3,
"body": "Choose Peace not war",
"postId": 3
},
{
"id": 4,
"body": "One Stop solution for all qa needs",
"postId": 4
},
{
"id": 5,
"body": "test comment updated by put",
"postId": 5
}
],
"profile": {
"name": "John",
"age": 24,
"gender": "Male",
"hobbies": [
"skating",
"painting"
],
"email": null
},
"errors": {
"error": [],
"areas": [
"goods",
"services"
],
"settings": [
{
"type": "notification",
"detail": [
"email",
"sms"
]
},
{
"type": "visual",
"detail": [
"light",
"large"
]
}
]
}
}
Comments
Post a Comment