I am having an issue with Taffy 3.1.0, I have a 1 record test query that works fine on my test server running Coldfusion 2016 but on the production server running Coldfusion 9, I get the below error.
In the Console I get this:
Uncaught SyntaxError: Unexpected token / in JSON at position 0
at JSON.parse (<anonymous>)
at index.cfm:480
at Object.<anonymous> (index.cfm:909)
at i (index.cfm:304)
at Object.fireWith [as rejectWith] (index.cfm:304)
at A (index.cfm:306)
at XMLHttpRequest.<anonymous> (index.cfm:306)
And in the sources I get this:
//{"COLUMNS":["TITLE","IMAGE_URL","DESCRIPTION","RANK"],"DATA":[["John Doe","piccomingsoon.jpg","QB",1]]}
It seems to be inserting // for some reason.
I attached a screen capture as well.
Any ideas?