@@ -592,11 +592,11 @@ When incorporating TOON into your LLM workflows:
```
// Object
{ id: 1, name: 'Ada' } → id: 1
name: Ada
name: Ada
// Nested object
{ user: { id: 1 } } → user:
id: 1
id: 1
// Primitive array (inline)
{ tags: ['a', 'b'] } → tags[2]: a,b
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.