1 config BR2_PACKAGE_HOST_JQ
4 jq is like sed for JSON data - you can use it to slice and filter
5 and map and transform structured data with the same ease that sed,
6 awk, grep and friends let you play with text.
8 As a host tool, jq can be useful to create/edit/merge/check JSON
9 files from a post-build script.
11 http://stedolan.github.io/jq/