jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jun 2014 10:10:30 +0000 (10:10 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Jun 2014 10:10:30 +0000 (10:10 +0000)
commita586bc77e71b57e59b054e79838b20a396348df6
tree6f88b18ab3d8c04050519cb65b218155ab39218f
parentd8e56de762bc32636f9e00ed586e2aa1aa90e36d
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]