![JSON Modules in JavaScript](https://www.wisdomgeek.com/wp-content/uploads/2021/02/javascript-520x293.png)
JSON Modules in JavaScript
ES Modules were introduced in ES2015. The import and export keywords by default are only applicable to JavaScript code. But there is a new proposal to allow it to be used for JSON modules in JavaScript. It is convenient to keep some configuration inside a JSON file and import that....