# File lib/chef/knife/core/generic_presenter.rb, line 45
        def interchange?
          case parse_format_option
          when :json, :yaml
            true
          else
            false
          end
        end