# File lib/jmespath/nodes.rb, line 8
      def hash_like?(value)
        Hash === value || Struct === value
      end