summaryrefslogtreecommitdiff
path: root/jsonpath_rw/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "allow # in IDs"Simon Kelly2018-07-301-1/+1
* allow # in IDsSimon Kelly2018-07-271-1/+1
* Add tests for escaped string delimiters1.2.2Kenn Knowles2013-12-111-13/+48
* * Allows the hyphen to be part of the field.José Manuel Fardello2013-08-241-1/+1
* Fix #6 add negative indexing and slicingGregg Lind2013-07-231-6/+6
* Add test for basic lexer errorsIlya Strukov2013-06-211-5/+8
* lexer: fix a bug in error handling codeIlya Strukov2013-06-211-4/+4
* Raise an informative error when docstrings have been strippedKenn Knowles2013-05-291-0/+2
* Switch @ for `this` since it is so common in field names (for example when JS...Kenn Knowles2013-03-271-4/+24
* Python 2 & 3 supportKenn Knowles2013-03-261-2/+3
* Add lexer, with testsKenn Knowles2013-02-091-0/+110