docs: update quick reference

This commit is contained in:
Johann Schopplich
2025-10-22 22:38:36 +02:00
parent 07b082dc61
commit b59e93f921

View File

@@ -592,11 +592,11 @@ When incorporating TOON into your LLM workflows:
``` ```
// Object // Object
{ id: 1, name: 'Ada' } → id: 1 { id: 1, name: 'Ada' } → id: 1
name: Ada name: Ada
// Nested object // Nested object
{ user: { id: 1 } } → user: { user: { id: 1 } } → user:
id: 1 id: 1
// Primitive array (inline) // Primitive array (inline)
{ tags: ['a', 'b'] } → tags[2]: a,b { tags: ['a', 'b'] } → tags[2]: a,b