# File lib/jmespath/nodes/field.rb, line 5 def initialize(key) @key = key @key_sym = key.respond_to?(:to_sym) ? key.to_sym : nil end