Commits


José Joaquín Atria authored and GitHub committed c1dc8361049
Switch Perl library from JSON::XS to JSON::MaybeXS (#2952) The JSON::MaybeXS library serves as a compatibility layer to allow users to select the JSON backend that matches their stack, rather than forcing them to install a specific one, while still benefiting from the performance boost of XS libraries if they are available.