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