typst/assets/files/zoo.json
2023-01-31 15:05:42 +01: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
}
]