DevOp.Toon already gives you encoding and decoding APIs. DevOp.Toon.API is what turns that runtime into a clean ASP.NET Core transport story.
Without MVC formatters, TOON stays a manual serialization concern. With this package, TOON becomes part of the normal request and response pipeline.
That means:
The formatter package applies HTTP-oriented defaults that differ from the general runtime defaults:
Indent = 1Delimiter = COMMAKeyFolding = OffObjectArrayLayout = ColumnarThese defaults are aimed at predictable API payloads rather than general serializer examples.
Use it when: