I am trying to parse JSON data in my Rails 3 application with JSON.parse. I keep getting this error: 737: unexpected token at '{\"0\":{\"class\":\"window\",\"text\":\"Testing\",\"style\":\"position: absolute; top: 8px; left: 8px; width: 560px; height: 290px; z-index: 0; \"} The actual JSON is a lot longer, but it is basically the same.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Well, we can only answer based on the part of the JSON you showed us, but it has two problems:
Otherwise it passes based on http://www.jsonlint.com/. |
|||||
|
|
In my case it was a hidden tab character which showed up only when i pasted it into vim. |
|||||
|