I\'m trying to learn some html/css/javascript, so I\'m writing myself a teaching project.
The idea was to have some vocabulary contained in a json file which would t
Simply the response is already parsed, you don't need to parse it again. if you parse it again it will give you "unexpected token o" however you have to specify datatype in your request to be of type dataType='json'
dataType='json'