I am facing an issue with my JSON file. After making updates to the file, the changes are not reflected on my webpage. Even after refreshing multiple times, only the old data is being displayed. I am using xampp local server and ajax for retrieving the JSON data in my code.
Any assistance would be greatly appreciated.
This is a snippet of my JSON file:
[
{
"name": "Aseem",
"age":29,
"salary":50000
},
{
"name": "John",
"age":23,
"salary":53000
},
{
"name": "Erica",
"age":25,
"salary":52000
}
]