# File lib/chef/knife/core/node_presenter.rb, line 56
        def format(data)
          if parse_format_option == :json
            summarize_json(data)
          else
            super
          end
        end