Discussion about this post

User's avatar
mucio's avatar

TOON loks like an annotated csv.

It's not clear to me why

```

users[3]{id,name,role}:

1,Alice,admin

2,Bob,user

3,Charlie,admin

```

should be better than

`users.csv`

```

id,name,role

1,Alice,admin

2,Bob,user

3,Charlie,admin

```

But maybe it's LLM magic

2 more comments...

No posts

Ready for more?