Description
Encodes and decodes JSON quickly in Python, with support for dataclasses, datetimes, and common application data types. It helps APIs, services, and data pipelines reduce serialization overhead.
Fast JSON parsing still needs validation and size limits. Treat JSON from users, files, and network services as untrusted until checked.