I am trying to test the price from "l" in the get request to the url http://finance.google.com/finance/info?client=ig&q=NASDAQ:AAPL
This is my code. I keep getting error JSONError: Unexpected token '/' at 2:1 // [ ^
var jsonData = [];
jsonData = JSON.parse(responseBody);
jsonData = jsonData.Replace("//","");
tests["Google Stock"] = jsonData["l"] === 157.50;