# File lib/httparty/parser.rb, line 115
    def json
      MultiJson.decode(body)
    end