TONL.NET
A zero-allocation serializer with 360+ spec-compliance tests, on NuGet and in production.
A from-scratch .NET implementation of the TONL data format, a token-optimized alternative to JSON for LLM payloads. Ref struct readers and writers over Span and IBufferWriter, plus a Roslyn incremental source generator. Measured faster and lighter than reflection serializers on its benchmark suite.
The compliance tests run against the upstream TONL spec. In production it is the wire format Oracle, our agent data gateway, speaks to LLM agents.