summaryrefslogtreecommitdiff
path: root/jsonpath_rw/jsonpath.py
Commit message (Expand)AuthorAgeFilesLines
* Switch @ for `this` since it is so common in field names (for example when JS...Kenn Knowles2013-03-271-1/+1
* Support auto id and paths well for `$` operatorKenn Knowles2013-03-271-4/+6
* Python 2 & 3 supportKenn Knowles2013-03-261-1/+3
* 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-091-0/+283