[ ソース: jello ]
パッケージ: jello (1.6.0-1)
jello に関するリンク
Debian の資源:
jello ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [kellyjonbrazil.github.io]
類似のパッケージ:
Filter for JSON and JSON Lines data with Python syntax
jello is similar to jq in that it processes JSON and JSON Lines data except jello uses standard Python dict and list syntax.
JSON or JSON Lines can be piped into jello (JSON Lines are automatically slurped into a list of dictionaries) and are available as the variable _. Processed data can be output as JSON, JSON Lines, bash array lines, or a grep-able schema.
その他の jello 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3