当我尝试将某种响应解析为
JSON时,我收到以下错误.如果incase解析失败,我在代码中引发了JSON :: ParserError.但是这种异常不会出现在这个解析器错误之下.我不知道为什么会抛出这种错误?以及如何解决此错误?
码:
begin parsed_response = JSON.parse(response) rescue JSON::ParserError => e nil end
错误:
A TypeError occurred in background at 2014-11-16 03:01:08 UTC : no implicit conversion of HTTParty::Response into String