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