class RestClient::Response

Public Instance Methods

json() click to toggle source
# File bin/yassh, line 16
def json
  JSON.parse(body)
end