# File lib/httparty/parser.rb, line 115
    def json
      Crack::JSON.parse(body)
    end