:: krowemoh

Thursday | 26 DEC 2024
Posts Links Other About Now

previous
next

Importing JSON in the Browser

2023-06-12
js

This feature is definitely going to be handy but unfortunately it isn't in firefox yet so I can't use it.

   import data from '/data/times.json' assert { type: "json" }

For now we need to still use fetch to get server side json.