Subject: | Migrate from JSON::Any to JSON::MaybeXS |
JSON::Any is deprecated in favor of JSON::MaybeXS. From JSON::Any documentation:
DEPRECATION NOTICE
The original need for JSON::Any has been solved (quite some time ago
actually). If you're producing new code it is recommended to use
JSON::MaybeXS which will optionally use Cpanel::JSON::XS for speed
purposes.
JSON::Any fails to handle recent JSON::XS 4.0 <https://rt.cpan.org/Ticket/Display.html?id=127753> and this issue propagates to JSON::Test.
Please consider using JSON::MaybeXS instead of the deprecated JSON::Any.