Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon | Jo-Philipp Wich | 2014-06-18 | 1 | -31/+0 |
| | | | | | | | | | | | | This commit renames the jsonpath binary to jsonfilter to avoid clashing with a Python extension of the same name. The utility itself has been rewritten to use SQLite3's lemon parser generator instead of a flex/bison combination which results in a much smaller binary. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41258 | ||||
* | jsonpath: switch to http:// instead of git:// | Felix Fietkau | 2014-03-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40026 | ||||
* | jsonpath: make output in non-export mode more shell friendly | Jo-Philipp Wich | 2014-01-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 39211 | ||||
* | Add jsonpath - a command line utility to extract values from JSON data using ↵ | Jo-Philipp Wich | 2014-01-02 | 1 | -0/+31 |
XPath-like expressions SVN-Revision: 39185 |