summaryrefslogtreecommitdiff
path: root/jsonpath_rw/lexer.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "allow # in IDs"Simon Kelly2018-07-301-1/+1
| | | | This reverts commit 1310c0c63d3db1ff3eea36501f7d68958eae5f8b.
* 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
| | | | Allows IDs to contain a hyphen (but not to begin with one).
* 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 ↵Kenn Knowles2013-03-271-4/+24
| | | | JSON is generated from XML)
* Python 2 & 3 supportKenn Knowles2013-03-261-2/+3
|
* Add lexer, with testsKenn Knowles2013-02-091-0/+110