Module: JSONPathGrammar::Child0

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#keyObject



478
479
480
# File 'lib/jsonpath/parser.rb', line 478

def key
  elements[1]
end

#lowerObject



474
475
476
# File 'lib/jsonpath/parser.rb', line 474

def lower
  elements[0]
end