Parses the response body as JSON and returns the raw data.
Returns:
The parsed JSON from the response body.
53 54 55
# File 'lib/deepgram/read.rb', line 53 def raw JSON.parse(@body) end