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