packages feed

typst-0.6.2: test/typ/compute/data-06.typ

// Test reading JSON data.
#let data = json("/assets/files/zoo.json")
#test(data.len(), 3)
#test(data.at(0).name, "Debby")
#test(data.at(2).weight, 150)