macOS
brew install jsonnetlocal Homebrew formula metadata
sudo port install jsonnetMacPorts ports tree · devel/jsonnet/Portfile · ソース: api.github.com
brew
jsonnet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jsonnetlocal Homebrew formula metadata
sudo port install jsonnetMacPorts ports tree · devel/jsonnet/Portfile · ソース: api.github.com
sudo apk add jsonnetAlpine Linux edge package indexes · jsonnet · ソース: dl-cdn.alpinelinux.org
sudo apt install jsonnetDebian stable package indexes · jsonnet · ソース: deb.debian.org
sudo dnf install jsonnetFedora Rawhide package metadata · jsonnet · ソース: dl.fedoraproject.org
nix profile install nixpkgs#jsonnetnixpkgs package indexes · pkgs/by-name/js/jsonnet/package.nix · ソース: api.github.com
sudo zypper install golang-github-google-jsonnetopenSUSE Tumbleweed package metadata · golang-github-google-jsonnet · ソース: download.opensuse.org
概要
Domain specific configuration language for defining JSON data
履歴
Jsonnet is a data templating language for generating JSON, YAML, INI, and similar configuration data. It is one of the better-known examples of a configuration DSL that deliberately extends JSON while adding functions, object-oriented composition, imports, a standard library, formatting, and a formal specification.
The Jsonnet website says the language began in early 2014 as a Google 20 percent project and launched on August 6. The same page explains that its design was influenced by internal Google configuration languages and experience configuring large systems, while also stating that Jsonnet is not an official Google product.
The public google/jsonnet repository's first commit was made on 2014-08-06. A Google Open Source Blog post on 2015-04-20 described Jsonnet as a simple but rich configuration language that had been quietly released a few months earlier and emphasized that valid JSON is also valid Jsonnet.
The original implementation lives in the google/jsonnet repository. The README points users to the Jsonnet website for documentation and names go-jsonnet, the Go implementation, as a faster option for some use cases.
Jsonnet's adoption grew around infrastructure and configuration workflows where plain JSON was too repetitive but teams still wanted deterministic data generation. The official site describes use by many companies and projects, and the GitHub README documents packaging through Homebrew, MSYS2, PyPI bindings, and vcpkg.
Users run `jsonnet` on a file or expression to emit JSON, use `jsonnetfmt` to reformat source, and use manifests to generate non-JSON output. The language is side-effect free and designed for modular configuration data rather than general application programming.
Jsonnet matters to package nerds because it created a recognizable ecosystem: interpreters, bindings, formatters, package-manager formulas, and Jsonnet-specific dependency tools such as jsonnet-bundler. It is also a useful reference point in debates about JSON-compatible configuration languages versus general-purpose code generation.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jsonnet | cli | グローバル実行可能ファイル | |
jsonnetfmt | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/google/jsonnet
インストールメタデータ
| パッケージキー | brew:jsonnet |
|---|---|
| バージョン | 0.22.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jsonnet |
| ホームページ | https://jsonnet.org/ |
| リポジトリ | https://github.com/google/jsonnet |
| 上流ドキュメント | https://jsonnet.org/learning |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/google/jsonnet/archive/refs/tags/v0.22.0.tar.gz |
| 最終更新 | 2026-07-24T15:58:49+02:00 |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jsonnet |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
jsonnet 0.20.0+ds-3.1
data templating language
https://github.com/google/jsonnet
sudo apt install jsonnetlibjsonnet-dev 0.20.0+ds-3.1
data templating language (devel)
https://github.com/google/jsonnet
sudo apt install libjsonnet-devlibjsonnet0 0.20.0+ds-3.1
data templating language (lib)
https://github.com/google/jsonnet
sudo apt install libjsonnet0python3-jsonnet 0.20.0+ds-3.1
data templating language (Python)
https://github.com/google/jsonnet
sudo apt install python3-jsonnetjsonnet
nix profile install nixpkgs#jsonnetjsonnet 0.20.0+ds-1build2
data templating language
https://github.com/google/jsonnet
sudo apt install jsonnetlibjsonnet-dev 0.20.0+ds-1build2
data templating language (devel)
https://github.com/google/jsonnet
sudo apt install libjsonnet-devlibjsonnet0 0.20.0+ds-1build2
data templating language (lib)
https://github.com/google/jsonnet
sudo apt install libjsonnet0python3-jsonnet 0.20.0+ds-1build2
data templating language (Python)
https://github.com/google/jsonnet
sudo apt install python3-jsonnetjsonnet 0.21.0-r0
The data templating language
sudo apk add jsonnetjsonnet-dev 0.21.0-r0
The data templating language (development files)
sudo apk add jsonnet-devjsonnet-libs 0.21.0-r0
The data templating language (libraries)
sudo apk add jsonnet-libsjsonnet 0.22.0-13.fc45
A data templating language based on JSON
https://github.com/google/jsonnet
sudo dnf install jsonnetjsonnet-devel 0.22.0-13.fc45
Development Headers for jsonnet
https://github.com/google/jsonnet
sudo dnf install jsonnet-develjsonnet-doc 0.22.0-13.fc45
Documentation for jsonnet
https://github.com/google/jsonnet
sudo dnf install jsonnet-docjsonnet-libs 0.22.0-13.fc45
Shared Libraries for jsonnet
https://github.com/google/jsonnet
sudo dnf install jsonnet-libsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.