Re: [w3c/webcomponents] JSON "modules" (#770)

Oh, so `import json from "./data.json"` doesn't work the way you'd expect it to? With just that one line `json` is still a string that needs `JSON.parse(json)`? Never tried that before...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/770#issuecomment-465833988

Received on Thursday, 21 February 2019 02:15:19 UTC