This cheatsheet reflects the syntax supported by this Laravel package.
name: Alice
active: true
count: 12
user:
id: 1
name: Alice
admin
editor
viewer
items[2]{id,name,active}:
1,Alice,true
2,Bob,false
In modern mode, complex list items are expanded instead of being flattened into lossy table cells.
users:
-
id: 1
meta:
x: 1
-
id: 2
meta:
x: 2
$result = Toon::validate($toon, strict: true);
$markdown = Toon::promptBlock($payload);
How can I help you explore Laravel packages today?