AJAX to get object and compare the json string data to the current value – Jquery ajax
my function will recieve a array object from a external api where i can convert that to JSON lets say this is how my JSON objects look like { "id": 99, "title": null, "author": "user", "content": "content", "url": "https://stackoverflow.comt" },…