Issue: There is an example, how to parse JSON files in Typst.
The issue is that the JSON file in the example is not valid JSON. There is a trailing comma in the lines
"d": "N₂", and "d": "John Adams",. This is illegal in JSON. The trailing commas shall be removed.
Location: On the page https://sitandr.github.io/typst-examples-book/book/snippets/dataload/json.html
Issue: There is an example, how to parse JSON files in Typst.
The issue is that the JSON file in the example is not valid JSON. There is a trailing comma in the lines
"d": "N₂",and"d": "John Adams",. This is illegal in JSON. The trailing commas shall be removed.Location: On the page https://sitandr.github.io/typst-examples-book/book/snippets/dataload/json.html