Posts

Showing posts from January, 2024

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,       "t...