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)
commita5ca7a3dd96f4bfc29057537153ec5a95da3cf79
tree7333cf4ee69f82a5e9ca81c9e46ab2dc22e15e25
parentefcec0faaf7e2977681ccb533d07abfb7f36b771
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]