Module: JSONPathGrammar::Child5

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#keyObject



488
489
490
# File 'lib/jsonpath/parser.rb', line 488

def key
  elements[2]
end

#lowerObject



484
485
486
# File 'lib/jsonpath/parser.rb', line 484

def lower
  elements[0]
end