Parse the response from the server
Returns:
27 28 29
# File 'lib/codelocks/response.rb', line 27 def body @body ||= JSON.parse(response.body) end