DevOp is an umbrella brand for a growing set of developer-focused products. The first product family is DevOp.Toon — a .NET runtime for TOON (Token-Oriented Object Notation), a structured, token-efficient format designed for modern APIs and AI-driven workflows.
DevOp.Toon is a .NET product family for working with TOON — a structured alternative to JSON optimized for transport efficiency, storage footprint, and LLM token reduction.
➡️ DevOp.Toon Documentation
➡️ Benchmarks & Comparisons
➡️ Getting Started
| Component | Description | Link |
|---|---|---|
| DevOp.Toon | Serialization runtime and DI integration | 👉 Open |
| DevOp.Toon.Core | Contracts, shared enums, and DTO attributes | 👉 Open |
| DevOp.Toon.API | ASP.NET Core MVC formatter integration | 👉 Open |
| DevOp.Toon.Client | Typed HTTP client for calling TOON-first APIs | 👉 Open |
netstandard2.0, net8.0, net9.0, and net10.0| Feature | JSON | TOON |
|---|---|---|
| Size on repeated-row data | Larger | Up to 77.7% smaller |
| Size after gzip | Baseline | Still up to 20% smaller |
| LLM token cost | Higher | Lower — fewer repeated keys |
| .NET integration | System.Text.Json | DevOp.Toon |
| Decode speed on real data | Baseline | Up to 1.40× faster |