Skip to content

Syntax error in JSON example #44

@StefanSchroeder

Description

@StefanSchroeder

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions