Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.jqp.enable

Whether to enable jqp, jq playground.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.jqp.package

The jqp package to use.

Type: null or package

Default:

pkgs.jqp

Declared by:

programs.jqp.settings

Jqp configuration

Type: YAML 1.1 value

Default:

{ }

Example:

{
  theme = {
    chromaStyleOverrides = {
      kc = "#009900 underline";
    };
    name = "monokai";
  };
}

Declared by: