Module: JSONPathGrammar::Child9

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#startObject



547
548
549
# File 'lib/jsonpath/parser.rb', line 547

def start
  elements[1]
end

#stopObject



551
552
553
# File 'lib/jsonpath/parser.rb', line 551

def stop
  elements[3]
end