class Object
Public Instance Methods
json()
click to toggle source
# File lib/action_dispatch/test_response/json.rb, line 4 def json @json ||= JSON.parse(body).with_indifferent_access end
# File lib/action_dispatch/test_response/json.rb, line 4 def json @json ||= JSON.parse(body).with_indifferent_access end