Description
Perl applications can encode data structures as JSON and decode JSON text back into Perl values. This is useful for APIs, configuration files, logs, data exchange, and integration with web services.
It is a serialization library. Applications should validate JSON shape, size, and trust boundaries before using decoded data.