programs.jq.enable
Whether to enable the jq command-line JSON processor.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.jq.package
The jq package to use.
Type: null or package
Default:
pkgs.jq
Declared by:
programs.jq.colors
The colors used in colored JSON output, or null to use the defaults.
See the Colors section of the jq manual.
Type: null or (submodule)
Default:
null
Example:
{
arrays = "1;35";
false = "0;31";
null = "1;30";
numbers = "0;36";
objectKeys = "1;34";
objects = "1;37";
strings = "0;33";
true = "0;32";
}
Declared by: