Description
Perl applications can parse JSON text into native Perl variables. This is useful for reading API responses, configuration, exported data, and structured files.
It is a JSON parsing library. Applications should reject unexpected structures, huge payloads, or untrusted values before using them in security-sensitive logic.