Module: JSONPathGrammar::Child1

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



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

def lower
  elements[0]
end

#wildcardObject



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

def wildcard
  elements[1]
end