summaryrefslogtreecommitdiff
path: root/package/utils/jsonpath
Commit message (Collapse)AuthorAge
* jsonpath: rename to jsonfilter and rewrite from flex/bison to lemonJo-Philipp Wich2014-06-18
| | | | | | | | | | | | 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 Fietkau2014-03-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40026
* jsonpath: make output in non-export mode more shell friendlyJo-Philipp Wich2014-01-08
| | | | SVN-Revision: 39211
* Add jsonpath - a command line utility to extract values from JSON data using ↵Jo-Philipp Wich2014-01-02
XPath-like expressions SVN-Revision: 39185