# File lib/apipie/extractor/recorder.rb, line 45
      def parse_data(data)
        return nil if data.to_s =~ /^\s*$/
        JSON.parse(data)
      rescue Exception => e
        data
      end