class HTTParty::Parser

def json

def json
  JSON.parse(body, :quirks_mode => true, :allow_nan => true)
end