[ ソース: jshon ]
パッケージ: jshon (20180209.d919aea-1)
jshon に関するリンク
Debian の資源:
jshon ソースパッケージをダウンロード:
- [jshon_20180209.d919aea-1.dsc]
- [jshon_20180209.d919aea.orig.tar.xz]
- [jshon_20180209.d919aea-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Command line tool to parse, read and create JSON
Jshon is a command line utility to parse, read and create JSON. It is designed to be as usable as possible from within the shell and replaces fragile adhoc parsers made from grep/sed/awk as well as heavyweight one-line parsers made from Perl/Python. Jshon loads json text from stdin, performs actions, then displays the last action on stdout.
Json parsing features include:
Return data types of values Report data type lengths Sort JSON data by keys In-place editing of JSON files Format or "beautify" JSON (as changing indentation, etc) Create JSON from an empty object Extraction of keys and values
その他の jshon 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libjansson4 (>= 2.14)
- JSON データのエンコード、デコード、操作用 C ライブラリ