Tuesday | 30 APR 2024
[ previous ]
[ next ]

Importing JSON in the Browser

Title:
Date: 2023-06-12
Tags:  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.