MyNixOS website logo

The colors used in colored JSON output, or null to use the defaults.

See the Colors section of the jq manual.

Declarations
Type
null or (submodule)
Default
null
Example
{
  null       = "1;30";
  false      = "0;31";
  true       = "0;32";
  numbers    = "0;36";
  strings    = "0;33";
  arrays     = "1;35";
  objects    = "1;37";
  objectKeys = "1;34";
}