套件: libjson-perl (2.97001-1)
libjson-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libjson-perl:
- [libjson-perl_2.97001-1.dsc]
- [libjson-perl_2.97001.orig.tar.gz]
- [libjson-perl_2.97001-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Angel Abad
- Ivan Kohler
- Ansgar Burchardt
- gregor herrmann
- Xavier Guimard
外部的資源:
- 主頁 [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
- Larry Wall's Practical Extraction and Report Language
-
- rec: libjson-xs-perl (>= 2.340)
- module for manipulating JSON-formatted data (C/XS-accelerated)