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)
commit0c37d173629f4f6425e3f8cfb42386b3faeac66b
tree6f88b18ab3d8c04050519cb65b218155ab39218f
parent59d31569c095c8ca9cd9273235146f3e3bec7c59
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>
SVN-Revision: 41258
package/utils/jsonfilter/Makefile [new file with mode: 0644]
package/utils/jsonpath/Makefile [deleted file]