Method: M2X::Client::Response#json

Defined in:
lib/m2x/response.rb

#jsonObject



13
14
15
# File 'lib/m2x/response.rb', line 13

def json
  @json ||= ::JSON.parse(raw)
end