Module: JSONPathGrammar::Child0
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#key ⇒ Object
478 479 480 |
# File 'lib/jsonpath/parser.rb', line 478 def key elements[1] end |
#lower ⇒ Object
474 475 476 |
# File 'lib/jsonpath/parser.rb', line 474 def lower elements[0] end |