jq

jq 1.8.1

Lightweight and flexible command-line JSON processor

https://jqlang.github.io/jq/
MIT License
main program: jqprograms: jq
Platforms (46)
aarch64-linuxmipsel-linuxx86_64-netbsds390x-linuxarmv7a-netbsdaarch64-netbsdaarch64-freebsdi686-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  jq
];
Ad-hoc shell
nix-shell -p jq
Flake (nix run)
nix run nixpkgs#jq