containers/helpers: add nix-json-trans
It’s a way to use the nix language capabilities to transform json. Essentially like `jq`, but without introducing yet another DSL (the nixpkgs library is reused). One disadvantage it that it reads the json documents into memory, so no streaming is performed. That shouldn’t matter for small-ish files, though.
Showing
Please register or sign in to comment