[ 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