I am a noob and I need help in a project. This is the API URL provided by the uClassify site, https://api.uclassify.com/v1/uclassify/sentiment/classify/?readKey=YOUR_READ_API_KEY_HERE&text=This+is+the+text+to+classify
the JSON data is displayed as {"negative":0.0778055,"positive":0.922195}
Can someone please suggest a code in javascript to read the JSON data and store in a variable?