Join Slack
Powered by
I'm thinking of putting some stuff into JSON files...
# javascript
b
Bernhard
08/02/2024, 6:12 PM
I'm thinking of putting some stuff into JSON files rather than TS files this time around; is there a way to import JSON like in TypeScript?
✅ 1
t
turansky
08/02/2024, 10:13 PM
Copy code
@JsModule("my-data.json") external val data: MyData
Like this?
turansky
08/02/2024, 10:15 PM
Also you can use
import
function for this goal
b
Bernhard
08/03/2024, 12:11 AM
yeah, thank you!
Open in Slack
Previous
Next