jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Jun 2014 10:10:30 +0000 (10:10 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Jun 2014 10:10:30 +0000 (10:10 +0000)
commitf823a83b1aeb2448917c65ca7c06ea11ed23a0a8
tree6f88b18ab3d8c04050519cb65b218155ab39218f
parent6e07c377000db1fed90c44dec9b967e3dbfeb7f5
jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41258 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/jsonfilter/Makefile [new file with mode: 0644]
package/utils/jsonpath/Makefile [deleted file]