2015-10-19 12:42:09 +02:00
|
|
|
config BR2_PACKAGE_HOST_JQ
|
|
|
|
bool "host jq"
|
|
|
|
help
|
2017-07-31 15:53:47 +02:00
|
|
|
jq is like sed for JSON data - you can use it to slice and
|
|
|
|
filter and map and transform structured data with the same
|
|
|
|
ease that sed, awk, grep and friends let you play with text.
|
2015-10-19 12:42:09 +02:00
|
|
|
|
2017-07-31 15:53:47 +02:00
|
|
|
As a host tool, jq can be useful to create/edit/merge/check
|
|
|
|
JSON files from a post-build script.
|
2015-10-19 12:42:09 +02:00
|
|
|
|
|
|
|
http://stedolan.github.io/jq/
|