Binary package “libjson-any-perl” in ubuntu noble

wrapper class for the various JSON classes

 The JSON::Any module provides a coherent API to bring together the various
 JSON modules currently on CPAN. This module will allow you to code to
 any JSON API and have it work regardless of which JSON module is
 actually installed.
 .
 JSON::Any is deprecated. If you're producing new code it is recommended to
 use JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed
 purposes.