typst/tests/res/zoo.json
2022-09-25 17:37:16 +02:00

21 lines
286 B
JSON

[
{
"name": "Debby",
"species": "Rhinoceros",
"weight": 1900,
"length": 390
},
{
"name": "Fluffy",
"species": "Tiger",
"weight": 115,
"length": 310
},
{
"name": "Sleepy",
"species": "Dolphin",
"weight": 150,
"length": 180
}
]