jq

jq 1.8.2

Lightweight and flexible command-line JSON processor

https://jqlang.github.io/jq/
MIT License
main program: jqprograms: jq
Platforms (45)
i686-linuxx86_64-redoxi686-netbsdpowerpc64le-linuxi686-freebsdsh4-linuxx86_64-freebsdmicroblaze-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