# File lib/apipie/extractor/writer.rb, line 47
      def self.load_recorded_examples
        examples_file = self.examples_file
        if File.exists?(examples_file)
          return load_json_examples
        end
        return {}
      end