Module: JSONPathGrammar::Child9

Defined in:
lib/jsonpath/parser.rb

Instance Method Summary collapse

Instance Method Details

#startObject



520
521
522
# File 'lib/jsonpath/parser.rb', line 520

def start
  elements[1]
end

#stopObject



524
525
526
# File 'lib/jsonpath/parser.rb', line 524

def stop
  elements[3]
end