macOS
brew install jshonlocal Homebrew formula metadata
sudo port install jshonMacPorts ports tree · textproc/jshon/Portfile · ソース: api.github.com
brew / 順位 11811
jshon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jshonlocal Homebrew formula metadata
sudo port install jshonMacPorts ports tree · textproc/jshon/Portfile · ソース: api.github.com
sudo apk add jshonAlpine Linux edge package indexes · jshon · ソース: dl-cdn.alpinelinux.org
sudo apt install jshonDebian stable package indexes · jshon · ソース: deb.debian.org
nix profile install nixpkgs#jshonnixpkgs package indexes · pkgs/by-name/js/jshon/package.nix · ソース: api.github.com
sudo pacman -S jshonArch Linux sync databases · jshon · ソース: geo.mirror.pkgbuild.com
sudo zypper install jshonopenSUSE Tumbleweed package metadata · jshon · ソース: download.opensuse.org
概要
Parse, read, and create JSON from the shell
履歴
jshon is a small Unix command-line JSON tool aimed at shell scripts. Its manual says it parses, reads, and creates JSON while replacing fragile `grep`/`sed`/`awk` parsers and heavier one-line Perl or Python snippets.
The public tag series uses date-stamped versions from 20110215 through 20131105, matching the lightweight release style of many small C utilities. The tool's model is stack-based: it reads JSON from stdin or a file, performs chained operations, and prints JSON or plain-text results.
jshon reached several Unix package systems, including Homebrew and Linux distribution packages, because it solved a common pre-`jq` shell problem: safely extracting JSON values without embedding a full scripting language in a pipeline.
Users typically pipe JSON into `jshon`, chain extraction and conversion flags, and combine its line-oriented output with ordinary shell tools. The `-F` and `-I` options also support file input and in-place edits for small JSON changes.
jshon is package-nerd interesting because it belongs to the early 2010s wave of tiny JSON-for-shell utilities. Its interface is less famous than `jq`, but it captures a design point where JSON manipulation was deliberately shaped to fit classic Unix pipelines.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jshon | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:jshon |
|---|---|
| バージョン | 20131105 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/keenerd/jshon |
| リポジトリ | https://github.com/keenerd/jshon |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
jshon 20180209.d919aea-1
Command line tool to parse, read and create JSON
https://github.com/keenerd/jshon
sudo apt install jshonjshon
nix profile install nixpkgs#jshonjshon 20131010-3build1
Command line tool to parse, read and create JSON
sudo apt install jshonjshon 20131105-r2
JSON parser designed for maximum convenience within the shell
sudo apk add jshonjshon-doc 20131105-r2
JSON parser designed for maximum convenience within the shell (documentation)
sudo apk add jshon-docjshon 20131105-6
A json parser for the shell
https://github.com/keenerd/jshon
sudo pacman -S jshonjshon 20131105-2.27
A JSON parser for the shell
sudo zypper install jshonjshon
sudo port install jshonソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.