Description
Perl applications can choose a fast JSON backend when available while falling back to compatible pure-Perl implementations. This helps libraries get good performance without forcing one specific JSON module everywhere.
It is a backend-selection library. Applications still need to validate decoded data and handle encoding differences that matter to their API.