Module: JSONPathGrammar::Child0

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#keyObject



451
452
453
# File 'lib/jsonpath/parser.rb', line 451

def key
  elements[1]
end

#lowerObject



447
448
449
# File 'lib/jsonpath/parser.rb', line 447

def lower
  elements[0]
end