Method: Rmega::APIResponse#as_json

Defined in:
lib/rmega/api_response.rb

#as_jsonObject


57
58
59
# File 'lib/rmega/api_response.rb', line 57

def as_json
  @as_body ||= JSON.parse(body).first
end