[ 原始碼: libjson-maybexs-perl ]
套件:libjson-maybexs-perl(1.004008-1)
libjson-maybexs-perl 的相關連結
Debian 的資源:
下載原始碼套件 libjson-maybexs-perl:
- [libjson-maybexs-perl_1.004008-1.dsc]
- [libjson-maybexs-perl_1.004008.orig.tar.gz]
- [libjson-maybexs-perl_1.004008-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
interface to the best available JSON module
JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.
It then exports the encode_json and decode_json functions from the loaded module, along with a JSON constant that returns the class name for calling new on.
其他與 libjson-maybexs-perl 有關的套件
|
|
|
|
-
- dep: libcpanel-json-xs-perl
- module for fast and correct serialising to JSON
- 或者 libjson-xs-perl
- module for manipulating JSON-formatted data (C/XS-accelerated)
-
- dep: libjson-pp-perl
- module for manipulating JSON-formatted data (Pure Perl)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language