We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Led here from: https://esdiscuss.org/topic/importing-json-files
Looking through the issues and discussion, unable to find a clear answer.
There is a ticket discussing Import non-JS code from the import declaration.
Considering the ubiquity of JSON, has there been any discussion on giving it native support?
The text was updated successfully, but these errors were encountered:
This sort of thing can be done through a custom format loading with the loader hooks.
In SystemJS the above method is provided via SystemJS.config({ meta: { 'app/*.json': { format: 'json' } } }).
SystemJS.config({ meta: { 'app/*.json': { format: 'json' } } })
Any spec inclusion is of course separate to the above, but just to mention this approach.
Sorry, something went wrong.
yeah. I suspect that the default loader implemented in each engine will support json, but we haven't get to define that just yet.
json
No branches or pull requests
Led here from:
https://esdiscuss.org/topic/importing-json-files
Looking through the issues and discussion, unable to find a clear answer.
There is a ticket discussing Import non-JS code from the import declaration.
Considering the ubiquity of JSON, has there been any discussion on giving it native support?
The text was updated successfully, but these errors were encountered: