Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't clobber IDs if they exist | Simon Kelly | 2021-06-24 | 1 | -8/+7 |
| | | | | | | If a field exists with the name of the `auto_id_field` it should be used as is without converting it to an AutoID. The auto ID functionality should only kick in if and ID field does not exist. | ||||
* | is_singular function was missing self argument adding self argument (#52) | Nikhil Patil | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | Revert "allow # in IDs" | Simon Kelly | 2018-07-30 | 1 | -1/+1 |
| | | | | This reverts commit 1310c0c63d3db1ff3eea36501f7d68958eae5f8b. | ||||
* | allow # in IDs | Simon Kelly | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #33 from abloomston/nullObjs | Kenn Knowles | 2016-12-17 | 1 | -2/+2 |
|\ | | | | | Return empty result instead of crashing on index into None | ||||
| * | fix for foo.[*] where foo is null | Adam Bloomston | 2015-10-01 | 1 | -2/+2 |
| | | |||||
* | | Add tests and fixes for update | Kenn Knowles | 2016-10-04 | 1 | -5/+33 |
| | | |||||
* | | Implemented update method on most JSONPath descendents. Tests included. | Josh Benner | 2015-07-13 | 1 | -0/+29 |
|/ | |||||
* | Merge pull request #13 from gera/patch-1 | Kenn Knowles | 2014-04-01 | 1 | -1/+1 |
|\ | | | | | Fix Where to work as advertised | ||||
| * | Fix Where to work as advertised | Devendra Gera | 2014-04-01 | 1 | -1/+1 |
| | | | | | | This actually uses the right expression to filter the selected subdata and not just match on the whole data which just determines if there will be any output at all or not. | ||||
* | | Fix str conversion of numerical fields | Devendra Gera | 2014-04-01 | 1 | -1/+1 |
|/ | |||||
* | Version 1.3.01.3.0 | Kenn Knowles | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Adjustments and tests for jsonpath.py command line script | Kenn Knowles | 2014-02-07 | 2 | -33/+53 |
| | |||||
* | improve usage | Håkan Waara | 2014-01-28 | 1 | -2/+4 |
| | |||||
* | add jsonpath.py script based on https://github.com/makefu/jsonpath (but ↵ | Håkan Waara | 2014-01-27 | 1 | -0/+49 |
| | | | | improved and expanded) that will be installed in bin/. this means anyone installing this package will also get a jsonpath.py that will work on the command line | ||||
* | Version 1.2.31.2.3 | Kenn Knowles | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Remove automatic versioning | Kenn Knowles | 2013-12-18 | 2 | -25/+2 |
| | |||||
* | Add tests for escaped string delimiters1.2.2 | Kenn Knowles | 2013-12-11 | 1 | -13/+48 |
| | |||||
* | Add auto version based on git tags | Kenn Knowles | 2013-09-24 | 2 | -0/+25 |
| | |||||
* | * Allows the hyphen to be part of the field. | José Manuel Fardello | 2013-08-24 | 1 | -1/+1 |
| | | | | Allows IDs to contain a hyphen (but not to begin with one). | ||||
* | Fix #6 add negative indexing and slicing | Gregg Lind | 2013-07-23 | 1 | -6/+6 |
| | |||||
* | Add test for basic lexer errors | Ilya Strukov | 2013-06-21 | 1 | -5/+8 |
| | |||||
* | lexer: fix a bug in error handling code | Ilya Strukov | 2013-06-21 | 1 | -4/+4 |
| | |||||
* | Add support for `parent` named operator | Kenn Knowles | 2013-06-14 | 1 | -0/+21 |
| | |||||
* | Add one-off parsing rule for `parent` named operator | Kenn Knowles | 2013-06-14 | 1 | -0/+2 |
| | |||||
* | Fix error reporting for unknown named operators | Kenn Knowles | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | Raise an informative error when docstrings have been stripped | Kenn Knowles | 2013-05-29 | 2 | -0/+9 |
| | |||||
* | Switch @ for `this` since it is so common in field names (for example when ↵ | Kenn Knowles | 2013-03-27 | 3 | -8/+31 |
| | | | | JSON is generated from XML) | ||||
* | Support auto id and paths well for `$` operator | Kenn Knowles | 2013-03-27 | 1 | -4/+6 |
| | |||||
* | Python 2 & 3 support | Kenn Knowles | 2013-03-26 | 4 | -7/+11 |
| | |||||
* | Minor simplification to This | Kenn Knowles | 2013-03-22 | 1 | -5/+2 |
| | |||||
* | More tests and fixes for Slice | Kenn Knowles | 2013-03-22 | 1 | -7/+10 |
| | |||||
* | Fixes to Index | Kenn Knowles | 2013-03-22 | 1 | -3/+5 |
| | |||||
* | Fix error in descendant match for list | Kenn Knowles | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | Make auto ids work take present ids into account in useful ways | Kenn Knowles | 2013-03-22 | 1 | -72/+166 |
| | |||||
* | Add auto ids | Kenn Knowles | 2013-03-15 | 1 | -8/+58 |
| | |||||
* | Get datum paths all checking out | Kenn Knowles | 2013-03-14 | 1 | -3/+6 |
| | |||||
* | Add path followed info and restore previous test passing | Kenn Knowles | 2013-03-14 | 1 | -13/+57 |
| | |||||
* | Enable iterators to be usable in places where lists are expected | Kenn Knowles | 2013-02-15 | 1 | -3/+12 |
| | |||||
* | Add AST and parser tests | Kenn Knowles | 2013-02-09 | 3 | -0/+459 |
| | |||||
* | Add lexer, with tests | Kenn Knowles | 2013-02-09 | 1 | -0/+110 |