# Installer json2tsv avec Homebrew, apk, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de json2tsv pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:json2tsv
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install json2tsv
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install json2tsv
```

  Preuve: MacPorts ports tree: textproc/json2tsv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add json2tsv
```

  Preuve: Alpine Linux edge package indexes: json2tsv from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#json2tsv
```

  Preuve: nixpkgs package indexes: pkgs/by-name/js/json2tsv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:json2tsv
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2
- **Résumé source:** JSON to TSV converter
- **Page d'accueil:** <https://codemadness.org/json2tsv.html>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- json2tsv (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.2
## Historique du projet et usages

json2tsv is a small C command-line program from codemadness that converts JSON read from standard input into tab-separated, line-oriented output.

### Historique du projet

The project follows the codemadness style of compact Unix tools: a plain HTML manual page, a public git repository, and tarball releases with checksums. Its release index begins with version 0.1 on October 13, 2019 and reaches version 1.2 on August 5, 2024.

### Historique d'adoption

The tool is packaged in Homebrew, Alpine Linux, MacPorts, and Nix, which suggests practical adoption among users who prefer small native filters over larger JSON query languages.

### Modes d'utilisation

json2tsv reads JSON from stdin and prints rows containing a node name, a type byte, and a value. Its documentation emphasizes filtering the first field with existing Unix tools such as awk and grep.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, json2tsv is the opposite of a sprawling data platform: about a few hundred lines of C, C99 plus libc, and a format intended to compose with old Unix text tools.

### Chronologie

- 2019-10-13: Version 0.1 tarball appeared in the official release directory.
- 2021-09-25: The project page recorded its last modification date.
- 2022-09-01: Version 1.0 tarball appeared.
- 2024-08-05: Version 1.2 tarball appeared.

### Related projects

- json2tsv belongs with jq, gron, Miller, xsv, and other tools that turn structured data into streams that are easier to process with Unix pipelines.

### Sources

- <https://codemadness.org/json2tsv.html>
- <https://codemadness.org/releases/json2tsv/>
- <https://formulae.brew.sh/formula/json2tsv>
- <https://git.codemadness.org/json2tsv>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - json2tsv: normalized package name match | nixpkgs package indexes: pkgs/by-name/js/json2tsv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - json2tsv - 1.2-r0: normalized package name match | Alpine Linux edge package indexes: json2tsv from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | JSON to TSV converter | https://codemadness.org/json2tsv.html
- apk - json2tsv-doc - 1.2-r0: normalized package name match | Alpine Linux edge package indexes: json2tsv-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | JSON to TSV converter (documentation) | https://codemadness.org/json2tsv.html
- apk - json2tsv-jaq - 1.2-r0: normalized package name match | Alpine Linux edge package indexes: json2tsv-jaq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | JSON to TSV converter (shellscript wrapper) | https://codemadness.org/json2tsv.html
- apk - json2tsv-jaq-doc - 1.2-r0: normalized package name match | Alpine Linux edge package indexes: json2tsv-jaq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | JSON to TSV converter (shellscript wrapper documentation) | https://codemadness.org/json2tsv.html
- MacPorts - json2tsv: normalized package name match | MacPorts ports tree: textproc/json2tsv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/json2tsv.yml](https://github.com/mxcl/pkgdb/blob/main/combined/json2tsv.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
