Libraries
»
m2x
(2.7.0)
»
Index
»
M2X
»
Client
»
Response
»
#json
Method: M2X::Client::Response#json
Defined in:
lib/m2x/response.rb
#
json
⇒
Object
13 14 15
# File 'lib/m2x/response.rb', line 13
def
json
@json
||=
::
JSON
.
parse
(
raw
)
end