Show Support for JSON Modules
Chrome just released version 91, which includes support for JSON modules: https://www.chromestatus.com/feature/5749863620804608
Would be useful to see this on the caniuse website so developers have a sense of whether or not it's supported on their target browsers.
JSON modules as I understand is part of Import Assertions proposal
@inoyakaigor Import Assertions are the prerequisite for JSON Modules but allow for more use cases.
Would be great if Can I Use shows both.
To clarify Import Assertions are not part of caniuse right now. If they get added, it should have some keywords to help the JSON people find it.
From my brief testing It works in Chrome 91 and Node v17. Firefox throws a very good error stating Import Assertions are not yet supported. It does not work on Safari yet.
JSON Modules is in addition to the import assertions proposal but separate from it https://github.com/tc39/proposal-json-modules