Description
Perl applications can encode and decode JSON quickly through an XS implementation. This is useful for APIs, services, data pipelines, and tools that process many JSON documents.
It is a JSON serialization library. Applications should still validate decoded structures, encoding expectations, and payload size limits.