suite.add("JTD test suite: JSON.parse", () => {
  for (const test of tests) {
    JSON.parse(test.json)
  }
})