Use this page when deciding whether a project should reference DevOp.Toon.Core or a higher-level TOON package.
dotnet add package DevOp.Toon.Core
Use this package when a project only needs:
ToonPropertyNameAttributeThis is the right choice for:
Use DevOp.Toon when a project needs:
ToonService or IToonServiceUse DevOp.Toon.API when TOON should participate in ASP.NET Core MVC request and response formatting on the server side.
Use DevOp.Toon.Client when a project needs to call a TOON-first API as an HTTP client — typed methods, automatic TOON encoding, and TOON/JSON response negotiation.
In a multi-project solution, keep DevOp.Toon.Core in shared contracts and move TOON runtime or transport dependencies outward to application and API layers.