summaryrefslogtreecommitdiff
path: root/jsonpath_rw
Commit message (Expand)AuthorAgeFilesLines
* Add tests for escaped string delimiters1.2.2Kenn Knowles2013-12-111-13/+48
* Add auto version based on git tagsKenn Knowles2013-09-242-0/+25
* * 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
* Add support for `parent` named operatorKenn Knowles2013-06-141-0/+21
* Add one-off parsing rule for `parent` named operatorKenn Knowles2013-06-141-0/+2
* Fix error reporting for unknown named operatorsKenn Knowles2013-06-141-1/+1
* Raise an informative error when docstrings have been strippedKenn Knowles2013-05-292-0/+9
* Switch @ for `this` since it is so common in field names (for example when JS...Kenn Knowles2013-03-273-8/+31
* Support auto id and paths well for `$` operatorKenn Knowles2013-03-271-4/+6
* Python 2 & 3 supportKenn Knowles2013-03-264-7/+11
* Minor simplification to ThisKenn Knowles2013-03-221-5/+2
* More tests and fixes for SliceKenn Knowles2013-03-221-7/+10
* Fixes to IndexKenn Knowles2013-03-221-3/+5
* Fix error in descendant match for listKenn Knowles2013-03-221-2/+2
* Make auto ids work take present ids into account in useful waysKenn Knowles2013-03-221-72/+166
* Add auto idsKenn Knowles2013-03-151-8/+58
* Get datum paths all checking outKenn Knowles2013-03-141-3/+6
* Add path followed info and restore previous test passingKenn Knowles2013-03-141-13/+57
* Enable iterators to be usable in places where lists are expectedKenn Knowles2013-02-151-3/+12
* Add AST and parser testsKenn Knowles2013-02-093-0/+459
* Add lexer, with testsKenn Knowles2013-02-091-0/+110