0

I want to be able to view JSON data through HTML using TypeScript.

My folders are as such:

  • test/test.html
  • test/test.ts
  • test/test.json
{
  "animals": [ {
    "cat": "meow",
    "dog": "woof",
    "bird": "chirp"
  } ]  
}
skreborn
  • 2,133
  • 2
  • 16
  • 27
Rod Flores
  • 55
  • 3

0 Answers0