Description
Perl serializers can share simple type markers for formats such as JSON and other structured data encodings. This helps modules represent booleans, null-like values, and other common data types consistently.
It is a developer library. Serialization boundaries should be validated because encoded data may later be read by different languages or services with stricter expectations.