[ 源代码: libjson-perl ]
软件包:libjson-perl(4.02000-1)
libjson-perl 的相关链接
Debian 的资源:
下载源码包 libjson-perl:
- [libjson-perl_4.02000-1.dsc]
- [libjson-perl_4.02000.orig.tar.gz]
- [libjson-perl_4.02000-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Angel Abad (QA 页面)
- Ivan Kohler (QA 页面)
- Ansgar Burchardt (QA 页面)
- gregor herrmann (QA 页面)
- Xavier Guimard (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for manipulating JSON-formatted data
JSON is a Perl module for manipulating data stored in the format of the same name. JavaScript Object Notation (JSON) is a simple data serialization format (defined in RFC 4627) that serves as an alternative to XML.
The primary purpose of this module is to select an appropriate backend JSON implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP (see libjson-pp-perl), but will fall back on a backport implementation if neither are available.
其他与 libjson-perl 有关的软件包
|
|
|
|
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libjson-xs-perl (>= 2.340)
- module for manipulating JSON-formatted data (C/XS-accelerated)