Title: P1: TOON (Tuple-Oriented Object Notation) [2026-01-10 Sat]
"name": "Team Alpha",
"members": [
{ "id": 1, "name": "Alice" },
{ "id": 2, "name": "Bob" }
]
}
]
}
```
```ton
teams[1]:
- name: Team Alpha
members[2]{id,name}:
1,Alice
2,Bob
```
Links:
- specification http s:// github. com/toon-format/spec/blob/main/SPEC.md
- article http s:// openapi. com/blog/what-the-toon-format-is-token-oriented-object-notation
⚰ #dailyreport #tupleformat #llmformat #json










