SyntaxFix
Write A Post
Hire A Developer
Questions
I got a "SyntaxError: Unexpected token I" when I used jQuery.getJSON() to try to de-serialize a floating point value of Infinity, encoded as INF, which is illegal in JSON.
SyntaxError: Unexpected token I
jQuery.getJSON()
Infinity
INF