json_xs
module for manipulating JSON-formatted data (C/XS-accelerated)
Install
- All systems
-
curl cmd.cat/json_xs.sh
- Debian
-
apt-get install libjson-xs-perl - Ubuntu
-
apt-get install libjson-xs-perl - Arch Linux
-
pacman -S perl-json-xs - Kali Linux
-
apt-get install libjson-xs-perl - Fedora
-
dnf install perl-JSON-XS-1 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libjson-xs-perl - Raspbian
-
apt-get install libjson-xs-perl
libjson-xs-perl
module for manipulating JSON-formatted data (C/XS-accelerated)
JSON::XS is a module for manipulating data stored in the JavaScript Object Notation (JSON) serialization format (defined in RFC 4627), which serves as an alternative to XML. This C/XS-accelerated JSON implementation confers significant performance gains if available. After installing this package, any code using the JSON module (see libjson-perl) will automagically benefit from this.