# File lib/twitter/rest/response/parse_json.rb, line 19
        def on_complete(response)
          response.body = parse(response.body) if respond_to?(:parse) && !unparsable_status_codes.include?(response.status)
        end