24 25 26 27 28
# File 'lib/fetch/response.rb', line 24 def json(...) return nil unless body JSON.parse(body, ...) end