Module: JSONPathGrammar::Child1

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#lowerObject



457
458
459
# File 'lib/jsonpath/parser.rb', line 457

def lower
  elements[0]
end

#wildcardObject



461
462
463
# File 'lib/jsonpath/parser.rb', line 461

def wildcard
  elements[1]
end