[ bianca ]
[ 原始碼: jshon ]
套件:jshon(20180209.d919aea-1)
jshon 的相關連結
下載原始碼套件 jshon:
- [jshon_20180209.d919aea-1.debian.tar.xz]
- [jshon_20180209.d919aea-1.dsc]
- [jshon_20180209.d919aea.orig.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 Library: Shared libraries
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libjansson4 (>= 2.14)
- C library for encoding, decoding and manipulating JSON data