Join Nostr
2025-06-19 07:37:15 UTC

Thomas Steiner :chrome: on Nostr: JSON module scripts are now Baseline Newly available: . ```js import ...

JSON module scripts are now Baseline Newly available: https://web.dev/blog/json-imports-baseline-newly-available.

```js
import astronomyPictureOfTheDay from "./apod.json" with { type: "json" };

const {explanation, title, url} = astronomyPictureOfTheDay;
```

🚀