libjson-maybexs-perl 1.004008-ok1 source package in openKylin
Changelog
libjson-maybexs-perl (1.004008-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 08:40:27 -0700
libjson-maybexs-perl (1.004008-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 08:40:27 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libjson-maybexs-perl_1.004008.orig.tar.gz | 23.5 KiB | cd3937afa78831f80a2ad5abab6c51b9e82fca4c31e5856ea208d598db5dc867 |
| libjson-maybexs-perl_1.004008-ok1.debian.tar.xz | 1.8 KiB | e756fe226cd0c3d28ac91f66131033b4b7d2ace3a8367df00552c4872b88fa33 |
| libjson-maybexs-perl_1.004008-ok1.dsc | 2.1 KiB | f5f10ffba7a290e076812d7b0a473f7dc20395b3abf15d4df1b1e4f375e56853 |
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.