I faced with a problem parsing json file with yajl-ruby. It shows an error of this kind:
'parse': lexical error: invalid char in json text. (Yajl::ParseError)
{ "inquiry": { " (right here) ------^
I have tried to open a file with utf-8 encoding explicitly, but it doesn't help. The strange part of it that it raises error on a curly brace.