# File lib/apipie/extractor/recorder.rb, line 50 def parse_data(data) return nil if data.strip.blank? JSON.parse(data) rescue StandardError data end