class Eloqua::HTTPClient::Parser::CustomJSON

Public Instance Methods

parse() click to toggle source
# File lib/eloqua_api/client.rb, line 11
def parse
  JSON.parse(body) if body
rescue JSON::ParserError
  body
end