I am wondering what is the best way to convert a json formatted key value pair to ruby hash with symbol as key: example:
{ \'user\': { \'name\': \'foo\', \'
Of course, there is a json gem, but that handles only double quotes.